Make settings more flexible with env variables

This commit is contained in:
R. Miles McCain
2020-04-17 11:51:27 -04:00
parent c2a7957095
commit 5cc69b0998
2 changed files with 4 additions and 3 deletions

View File

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