Add SCRIPT_USE_HTTPS to default env
This commit is contained in:
parent
2d9209745e
commit
2879e4626e
@ -113,6 +113,8 @@ ALLOWED_HOSTS="*"
|
|||||||
SIGNUPS_ENABLED=False
|
SIGNUPS_ENABLED=False
|
||||||
# Change as required
|
# Change as required
|
||||||
TIME_ZONE="America/New_York"
|
TIME_ZONE="America/New_York"
|
||||||
|
# Set to "False" if you will not be serving content over HTTPS
|
||||||
|
SCRIPT_USE_HTTPS=True
|
||||||
|
|
||||||
# The following settings are OPTIONAL and not necessary for most basic deployments
|
# The following settings are OPTIONAL and not necessary for most basic deployments
|
||||||
REDIS_CACHE_LOCATION="redis://redis.default.svc.cluster.local/0"
|
REDIS_CACHE_LOCATION="redis://redis.default.svc.cluster.local/0"
|
||||||
|
Loading…
Reference in New Issue
Block a user