fixed
This commit is contained in:
@@ -247,6 +247,10 @@ LOGOUT_REDIRECT_URL = '/'
|
||||
# Update Cache with task progress password
|
||||
|
||||
PROGRESS_CACHE_SECRET = CFG['progress_cache_secret']
|
||||
try:
|
||||
UPLOAD_SERVICE_URL = CFG['upload_service_url']
|
||||
except KeyError:
|
||||
UPLOAD_SERVICE_URL = "http://localhost:8000/rowers/workout/api/upload/"
|
||||
try:
|
||||
UPLOAD_SERVICE_SECRET = CFG['upload_service_secret']
|
||||
except KeyError:
|
||||
|
||||
Reference in New Issue
Block a user