Disable debug and set an explicit default secret key

master
Pierre Jaury 8 years ago
parent ef5d3a77c6
commit 8fc95a96d2

@ -5,10 +5,10 @@
# server and require a restart upon change. # server and require a restart upon change.
# Set this to enable debugging globally # Set this to enable debugging globally
DEBUG=True DEBUG=False
# Set to a randomly generated 16 bytes string # Set to a randomly generated 16 bytes string
SECRET_KEY=AjIZosHieOjzb4i2 SECRET_KEY=ChangeMeChangeMe
# Main mail domain # Main mail domain
DOMAIN=freeposte.io DOMAIN=freeposte.io

Loading…
Cancel
Save