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 fa26b1a commit 9cd7cb9Copy full SHA for 9cd7cb9
.gitignore
@@ -1,4 +1,5 @@
1
.pytest_cache
2
+data
3
dist
4
venv
5
output
config.py
@@ -9,6 +9,7 @@ class Config(object):
9
PORT = "5000"
10
CORS_HEADERS = "Content-Type"
11
UPLOAD_FOLDER = "./uploads"
12
+ DATA_FOLDER_PATH = "./data/"
13
WORKFLOWS_DATA_FOLDER = "./data_workflows/"
14
LOCK_FOLDER = "./lock/"
15
TIME_FOLDER = "./time/"
0 commit comments