File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ CURATION_GITHUB_OWNER="clearlydefined"
9999CURATION_GITHUB_REPO="curated-data-dev"
100100CURATION_GITHUB_TOKEN="<your GitHub token>"
101101
102+ # GitLab info
103+ GITLAB_TOKEN="<your GitLab token (unless you are working on code that interacts with the GitLab API, this can be a random string of characters)>
104+
102105# Curation Store Info
103106CURATION_MONGO_CONNECTION_STRING="mongodb://clearlydefined_mongo_db"
104107CURATION_MONGO_DB_NAME="clearlydefined"
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ CURATION_MONGO_COLLECTION_NAME="curations"
1111CURATION_PROVIDER="github"
1212CURATION_STORE_PROVIDER="mongo"
1313
14+ # GitLab info
15+ GITLAB_TOKEN="<your GitLab token (unless you are working on code that interacts with the GitLab API, this can be a random string of characters)>
16+
1417# Definition Store Info
1518DEFINITION_STORE_PROVIDER="mongo"
1619DEFINITION_MONGO_CONNECTION_STRING="mongodb://clearlydefined_mongo_db"
You can’t perform that action at this time.
0 commit comments