From 98e967833a6c750735e738d7a8f4e68d60410316 Mon Sep 17 00:00:00 2001 From: vjrj Date: Fri, 26 Jan 2018 00:12:36 +0100 Subject: [PATCH] Another setting --- settings-development-sample.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/settings-development-sample.json b/settings-development-sample.json index e8cb633..cec962e 100644 --- a/settings-development-sample.json +++ b/settings-development-sample.json @@ -8,7 +8,8 @@ }, "sentryPrivateDSN": "", "public": { - "sentryPublicDSN": "" + "sentryPublicDSN": "", + "telegramAuth": 1 }, "private": { "testEmail": "someone@example.com", @@ -32,6 +33,7 @@ "loginStyle": "popup" } }, - "proxies_count": 0 + "proxies_count": 0, + "ironPassword": "SomePasswordAlLeast32LongYouKnowHowToCount" } }