update site title and header
This commit is contained in:
+2
-2
@@ -20,8 +20,8 @@ TELEGRAM_BOT_TOKEN = ''
|
|||||||
DOMAIN = 'heymlz.com'
|
DOMAIN = 'heymlz.com'
|
||||||
# domain for api (the domain that django will use)
|
# domain for api (the domain that django will use)
|
||||||
API_DOMAIN = 'api.heymlz.com'
|
API_DOMAIN = 'api.heymlz.com'
|
||||||
SITE_TITLE = ''
|
SITE_TITLE = 'Heymlz Shop'
|
||||||
SITE_HEADER = ''
|
SITE_HEADER = 'Heymlz Shop'
|
||||||
# jwt token configs
|
# jwt token configs
|
||||||
ACCESS_TOKEN_LIFETIME = 5000
|
ACCESS_TOKEN_LIFETIME = 5000
|
||||||
REFRESH_TOKEN_LIFETIME = 5000
|
REFRESH_TOKEN_LIFETIME = 5000
|
||||||
|
|||||||
Reference in New Issue
Block a user