Fixing email address

This commit is contained in:
Denis-Cosmin Nutiu 2017-05-13 23:18:58 +03:00
parent 79e00b5109
commit 27ca97af4f

View file

@ -32,7 +32,7 @@ class Config:
SQLALCHEMY_COMMIT_ON_TEARDOWN = True SQLALCHEMY_COMMIT_ON_TEARDOWN = True
DEBUG = True DEBUG = True
# Server Settings # Server Settings
ADMIN_EMAIL = "metonymy@fedoraproject.com" ADMIN_EMAIL = "metonymy@fedoraproject.org"
ADMIN_NAME = "Metonymy" ADMIN_NAME = "Metonymy"
BIND_IP = "0.0.0.0" BIND_IP = "0.0.0.0"
BIND_PORT = 5000 BIND_PORT = 5000