From 31588efe056f751a3ad6e86510c7bff89be64e6b Mon Sep 17 00:00:00 2001 From: Llloooggg Date: Mon, 16 Aug 2021 18:33:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3?= =?UTF-8?q?=20=D0=B4=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE=20=D0=B8=D0=BC?= =?UTF-8?q?=D1=8F=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dyxless/config.json_template | 1 + 1 file changed, 1 insertion(+) diff --git a/dyxless/config.json_template b/dyxless/config.json_template index cd151ab..461964b 100644 --- a/dyxless/config.json_template +++ b/dyxless/config.json_template @@ -2,6 +2,7 @@ "main_settings": { "SECRET_KEY": "some-very-secret-key", "SECURITY_PASSWORD_SALT": "second-some-very-secret-key", + "SERVER_NAME": "dyxless.herokuapp.com - only for prod deploy", "SQLALCHEMY_TRACK_MODIFICATIONS": false, "APP_EMAIL": "appsender@gmail.com },