Skip to content

Commit 038b861

Browse files
committed
Config server name.
1 parent 7f997df commit 038b861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class Config:
1515
SECRET_KEY = environ.get("SECRET_KEY")
1616
FLASK_APP = environ.get("FLASK_APP")
1717
FLASK_ENV = environ.get("FLASK_ENV")
18+
SERVER_NAME = environ.get("SERVER_NAME")
1819

1920
# Static Assets
2021
STATIC_FOLDER = "static"

0 commit comments

Comments
 (0)