Skip to content

Commit

Permalink
bugfixed config file
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelduranfrigola committed Jul 10, 2023
1 parent 7220194 commit 40505aa
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
config.json
{
"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'"
}
}

0 comments on commit 40505aa

Please sign in to comment.