From 99375958a0605bb119e0657e620662d6b968f37f Mon Sep 17 00:00:00 2001 From: vas3k Date: Sun, 5 Jan 2020 20:07:34 +0100 Subject: [PATCH] Fix APP_HOST --- infomate/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infomate/settings.py b/infomate/settings.py index 4df1e8a..99782e5 100644 --- a/infomate/settings.py +++ b/infomate/settings.py @@ -90,7 +90,7 @@ CSS_HASH = str(random()) APP_NAME = "Infomate" APP_TITLE = "Смотри, что читают другие" APP_DESCRIPTION = "" -APP_HOST = "http://127.0.0.1:8000" # "https://infomate.club" +APP_HOST = "https://infomate.club" JWT_SECRET = "wow so secret" # should be the same as on vas3k.ru JWT_ALGORITHM = "HS256"