-
-
Notifications
You must be signed in to change notification settings - Fork 148
/
config.json
40 lines (40 loc) · 892 Bytes
/
config.json
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
37
38
39
40
{
"LOCAL": {
"TMP": "'tmp/'",
"DEST": "'dest/'",
"BUNDLES": "'bundles/'"
},
"HUB": {
"TOKEN": "None",
"ORG": "'ersilia-os'",
"PACKAGE": "'ersilia'",
"TAG": "'master'",
"PACK_SCRIPT": "'pack.py'",
"APP_SCRIPT": "'app.py'",
"CONFIG_FILE": "'config.json'",
"WEB": "'https://ersilia.io'"
},
"ENV": {
"CONDA": {
"EOS_BASE_ENV": "'eosbase'"
},
"DOCKER": {
"REPO_TAG": "'repo'",
"LATEST_TAG": "'latest'",
"IMAGE_WORKDIR": "'/usr/src/'",
"IMAGE_REPODIR": "'/repo'",
"SERVER_BASE_IMAGE": "'model-server'"
}
}
,
"EXT": {
"OSF_PROJECT": "'hu3km'",
"DOCKERHUB_ORG": "'ersiliaos'"
},
"DOC": {
"WEB": "'https://ersilia-os.github.io/ersilia/'"
},
"ABOUT": {
"WEB": "'http://ersilia.io'"
}
}