This repository was archived by the owner on Mar 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault_config.json
More file actions
36 lines (36 loc) · 1.58 KB
/
default_config.json
File metadata and controls
36 lines (36 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"GENERATE": {
"templates_dir": "./files/RKI_GENERATE/"
},
"local_env": {
"EXAMPLE_STUDY": {
"participants": "./files/EXAMPLE_STUDY/2022-03-31-participants.csv",
"responses": "./files/EXAMPLE_STUDY/2022-03-31-responses.csv"
}
},
"production_env": {
"ACCEPT": "fb4269d3-f6ac-4f81-85da-b80ce277793e",
"BROAD_CONSENT": "3a50db2a-5051-48e9-ab11-2f9aea03f99f",
"COCOMO ": "e14cc34d-b78e-46ad-a7c6-f6159f1f1c96",
"CRONOS": "38ce29c0-eb76-45cc-ba4f-56395f8c49e0",
"ECOV": "f875fdc4-c180-45f3-bdbb-a68fb1476338",
"FEMFIT": "69990b1e-3b4c-4e7f-9d06-84cc2cdf88d0",
"USER_BEHAVIOUR": "f5a95a40-ccaa-4aec-bfec-c1a634e3a9a8",
"WAITING_LIST": "3ce0e946-2aff-4960-aaca-d7fa43bdcc8e",
"SYMPTOM_TRACKER":"6fb63ebb-1c76-4464-a5fc-dfe38f9bffd6",
"default_config": "daac6e40-9fdc-48f8-bd9b-181571102d91"
},
"staging_env": {
"ACCEPT": "a0cd02ce-6d1b-49f3-bc0e-14590c0249b3",
"BROAD_CONSENT": "1b29380e-dfd2-4ada-b7cc-a6d8575a631d",
"CRONOS": "5bc6be3d-1893-42ab-983c-b322f3daffe0",
"ECOV": "686d3b9b-b8fd-46ba-9e25-af48c027bb55",
"FEMFIT": "3506d0d0-0c67-4983-b9ce-b4d0ea8daeac",
"RKI_FEASIBILITY": "752e78e3-4be7-444d-bc59-766e6acd757e",
"RKI_PANEL": "c9d45728-f720-45c6-b0ad-fd841f309c11",
"WAITING_LIST": "427f7191-7458-49d3-8dc1-36a230f586c3",
"SYMPTOM_TRACKER": "bee1af36-809d-4cd7-a0e1-6e4c0551c891",
"default_config": "903012b3-7c7b-4c96-a5b9-af38914b04b7"
},
"env": "staging_env"
}