We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006faaf commit 9bdc1baCopy full SHA for 9bdc1ba
src/opengeodeweb_back/app_config.py
@@ -8,6 +8,7 @@
8
9
class Config(object):
10
FLASK_DEBUG = os.environ.get("FLASK_DEBUG", default=False)
11
+ DEFAULT_HOST = "localhost"
12
DEFAULT_PORT = "5000"
13
CORS_HEADERS = "Content-Type"
14
UPLOAD_FOLDER = "./uploads"
0 commit comments