From a6f8327aa263022ed5d079f8e413bb17480feb7b Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 7 Nov 2018 00:08:21 +0900 Subject: reCAPTCHAの設定をDBに保存するように MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/types.ts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/config') diff --git a/src/config/types.ts b/src/config/types.ts index ff19af27c0..07d2ec318f 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -40,11 +40,6 @@ export type Source = { port: number; pass: string; }; - recaptcha?: { - site_key: string; - secret_key: string; - }; - drive?: { storage: string; bucket?: string; -- cgit v1.2.3-freya