Fixing email address
This commit is contained in:
parent
79e00b5109
commit
27ca97af4f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class Config:
|
|||
SQLALCHEMY_COMMIT_ON_TEARDOWN = True
|
||||
DEBUG = True
|
||||
# Server Settings
|
||||
ADMIN_EMAIL = "metonymy@fedoraproject.com"
|
||||
ADMIN_EMAIL = "metonymy@fedoraproject.org"
|
||||
ADMIN_NAME = "Metonymy"
|
||||
BIND_IP = "0.0.0.0"
|
||||
BIND_PORT = 5000
|
||||
|
|
Loading…
Reference in a new issue