File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ CURATION_GITHUB_OWNER="clearlydefined"
99
99
CURATION_GITHUB_REPO="curated-data-dev"
100
100
CURATION_GITHUB_TOKEN="<your GitHub token>"
101
101
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
+
102
105
# Curation Store Info
103
106
CURATION_MONGO_CONNECTION_STRING="mongodb://clearlydefined_mongo_db"
104
107
CURATION_MONGO_DB_NAME="clearlydefined"
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ CURATION_MONGO_COLLECTION_NAME="curations"
11
11
CURATION_PROVIDER="github"
12
12
CURATION_STORE_PROVIDER="mongo"
13
13
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
+
14
17
# Definition Store Info
15
18
DEFINITION_STORE_PROVIDER="mongo"
16
19
DEFINITION_MONGO_CONNECTION_STRING="mongodb://clearlydefined_mongo_db"
You can’t perform that action at this time.
0 commit comments