1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 05:26:03 +02:00

remove HTTPS handling (#8380)

This commit is contained in:
Johann150
2022-03-08 15:23:18 +01:00
committed by GitHub
parent 39676ad683
commit 26d90cd030
5 changed files with 11 additions and 48 deletions

View File

@@ -6,7 +6,6 @@ export type Source = {
feedback_url?: string;
url: string;
port: number;
https?: { [x: string]: string };
disableHsts?: boolean;
db: {
host: string;