From 2879e4626ebf8e62eda66baec5845e8e4544b54e Mon Sep 17 00:00:00 2001 From: "R. Miles McCain" Date: Wed, 22 Apr 2020 18:39:23 -0400 Subject: [PATCH] Add SCRIPT_USE_HTTPS to default env --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f56a2ae..be2c9c5 100644 --- a/README.md +++ b/README.md @@ -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"