diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-13 13:13:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-13 13:13:15 +0900 |
| commit | 2b0a919fb5bb1e6b9a216234b1a8f75c9beb80dc (patch) | |
| tree | 75b5a5219a1e58e558fd39cadc4a176a71a6248e /src/config | |
| parent | Better design (diff) | |
| download | misskey-2b0a919fb5bb1e6b9a216234b1a8f75c9beb80dc.tar.gz misskey-2b0a919fb5bb1e6b9a216234b1a8f75c9beb80dc.tar.bz2 misskey-2b0a919fb5bb1e6b9a216234b1a8f75c9beb80dc.zip | |
Resolve #2894
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/types.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index 5c2b554285..3074cecabf 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -62,6 +62,8 @@ export type Source = { */ ghost?: string; + proxy?: string; + summalyProxy?: string; accesslog?: string; |