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 8db3eef commit c0ac8edCopy full SHA for c0ac8ed
src/opengeodeweb_back/app_config.py
@@ -12,7 +12,6 @@ class Config(object):
12
DEFAULT_PORT = "5000"
13
CORS_HEADERS = "Content-Type"
14
UPLOAD_FOLDER = "./uploads"
15
- DESKTOP_APP = False
16
REQUEST_COUNTER = 0
17
LAST_REQUEST_TIME = time.time()
18
LAST_PING_TIME = time.time()
0 commit comments