diff options
| author | Bobby <[email protected]> | 2023-07-20 02:50:27 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-20 02:50:27 -0400 |
| commit | 56f6129a3f5b0a7fbe44c089f800f56a2b821dfc (patch) | |
| tree | 558b9edd1b5b0d84452e4656e6abfa5db8a1f42c | |
| parent | 34499804094dea5ab9be609b4134254038ec4b7f (diff) | |
| download | thatcomputerscientist-56f6129a3f5b0a7fbe44c089f800f56a2b821dfc.tar.xz thatcomputerscientist-56f6129a3f5b0a7fbe44c089f800f56a2b821dfc.zip | |
local dev on `peek` subdomain
| -rw-r--r-- | thatcomputerscientist/settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/thatcomputerscientist/settings.py b/thatcomputerscientist/settings.py index d21b491e..793ff41e 100644 --- a/thatcomputerscientist/settings.py +++ b/thatcomputerscientist/settings.py @@ -41,7 +41,6 @@ CSRF_TRUSTED_ORIGINS = ['https://*.thatcomputerscientist.com', 'http://*.thatcom DOMAIN_NAME = "shi.foo" SESSION_COOKIE_DOMAIN = os.getenv('DOMAIN') if os.getenv('ENVIRONMENT') == 'development' else ".shi.foo" SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') -SECURE_SSL_REDIRECT = True ROOT_HOSTCONF = 'thatcomputerscientist.hosts' ROOT_URLCONF = 'thatcomputerscientist.urls' DEFAULT_HOST = 'default' |
