From 2b0a919fb5bb1e6b9a216234b1a8f75c9beb80dc Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 13 Oct 2018 13:13:15 +0900 Subject: Resolve #2894 --- src/config/types.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config') 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; -- cgit v1.3.1-freya