scaife-viewer / new-atlas

MIT License
0 stars 1 forks source link

some prod changes #3

Closed csbarnet closed 3 weeks ago

csbarnet commented 1 month ago

allow list of ALLOWED_HOSTS so we can debug load balancer, etc. set secret key with environment var set DEBUG with environment var use better names for environment variables

csbarnet commented 1 month ago

@jtauber just a couple of changes to settings.py to facilitate production instance. Basically allowing more config to be set with environment variables. Values will default to current values if ENV variables are not present.