Prepare for public deployment

This commit is contained in:
R. Miles McCain
2020-04-14 15:18:45 -04:00
parent e04fbb3505
commit 73b8fc96d4
6 changed files with 52 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ stringData:
DEBUG: "False"
ALLOWED_HOSTS: "*" # For better security, set this to your deployment's domain. Comma separated.
DJANGO_SECRET_KEY: ""
SIGNUPS_ENABLED: "False"
# Redis configuration (if you use the default Kubernetes config, this will work)
REDIS_CACHE_LOCATION: "redis://redis.default.svc.cluster.local/0"