diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index f0acc70791..9465cc5a3c 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -74,6 +74,9 @@ else: SITE_FULL = 'https://' + SITE SITE_FULL_IMAGES = 'https://i.' + SITE +if SITE == 'staging.rdrama.net': + SITE_FULL_IMAGES = 'https://i.rdrama.net' + LOGGED_IN_CACHE_KEY = f"{SITE}_loggedin" LOGGED_OUT_CACHE_KEY = f"{SITE}_loggedout" CHAT_ONLINE_CACHE_KEY = f"{SITE}_online"