forked from rDrama/rDrama
1
0
Fork 0

fix images on staging.rdrama.net

master
Aevann 2023-03-24 14:54:09 +02:00
parent 275eef858f
commit a0479ebee2
1 changed files with 3 additions and 0 deletions

View File

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