mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
Disable debug and set an explicit default secret key
This commit is contained in:
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…
Reference in New Issue
Block a user