Default listen on localhost only

This commit is contained in:
Pierre Jaury
2016-08-20 17:01:12 +02:00
parent 7ac44eabeb
commit a8eafc508a
2 changed files with 11 additions and 8 deletions

3
.env
View File

@@ -19,6 +19,9 @@ DEBUG=False
# Set to a randomly generated 16 bytes string
SECRET_KEY=ChangeMeChangeMe
# Address where listening ports should bind
BIND_ADDRESS=127.0.0.1
# Main mail domain
DOMAIN=freeposte.io