From 5ab96f2cf00d14ce3e2108188156ce824ba2fabb Mon Sep 17 00:00:00 2001 From: Trey t Date: Mon, 26 Jun 2023 12:31:19 -0500 Subject: [PATCH] WIP --- werkout_api/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/werkout_api/settings.py b/werkout_api/settings.py index 72a8d6a..62bbae9 100644 --- a/werkout_api/settings.py +++ b/werkout_api/settings.py @@ -140,7 +140,7 @@ if os.environ.get("DATABASE_URL"): # "APNS_USE_SANDBOX": False # } - CSRF_TRUSTED_ORIGINS = ['https://*.werkout.io'] + CSRF_TRUSTED_ORIGINS = ['https://*.werkout.fitness'] SECRET_KEY = os.environ.get("SECRET_KEY", 'secret') # Parse the DATABASE_URL env var. @@ -166,7 +166,7 @@ if os.environ.get("DATABASE_URL"): else: DEBUG = True ALLOWED_HOSTS = ['*'] - SECRET_KEY = os.environ.get("SECRET_KEY", 'secret') + SECRET_KEY = 'django-insecure-o_0sbr3lxcy#_r#imo4tl0cw*%@*__2a48dcd6hbp&u9b5dx=1' DATABASES = { 'default': {