update site title and header

This commit is contained in:
Parsa Nazer
2025-02-02 03:13:30 +03:30
parent 02d3a42ee0
commit aa2b15a223
+2 -2
View File
@@ -20,8 +20,8 @@ TELEGRAM_BOT_TOKEN = ''
DOMAIN = 'heymlz.com'
# domain for api (the domain that django will use)
API_DOMAIN = 'api.heymlz.com'
SITE_TITLE = ''
SITE_HEADER = ''
SITE_TITLE = 'Heymlz Shop'
SITE_HEADER = 'Heymlz Shop'
# jwt token configs
ACCESS_TOKEN_LIFETIME = 5000
REFRESH_TOKEN_LIFETIME = 5000