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"