Fix APP_HOST

This commit is contained in:
vas3k
2020-01-05 20:07:34 +01:00
parent 61231c366a
commit 99375958a0

View File

@@ -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"