Add SCRIPT_USE_HTTPS to default env

This commit is contained in:
R. Miles McCain
2020-04-22 18:39:23 -04:00
parent 2d9209745e
commit 2879e4626e

View File

@@ -113,6 +113,8 @@ ALLOWED_HOSTS="*"
SIGNUPS_ENABLED=False
# Change as required
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
REDIS_CACHE_LOCATION="redis://redis.default.svc.cluster.local/0"