Skip to content

Commit 9bdc1ba

Browse files
update config
1 parent 006faaf commit 9bdc1ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/opengeodeweb_back/app_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
class Config(object):
1010
FLASK_DEBUG = os.environ.get("FLASK_DEBUG", default=False)
11+
DEFAULT_HOST = "localhost"
1112
DEFAULT_PORT = "5000"
1213
CORS_HEADERS = "Content-Type"
1314
UPLOAD_FOLDER = "./uploads"

0 commit comments

Comments
 (0)