Skip to content

Commit bfe1a76

Browse files
authored
Merge pull request #5 from clearlydefined/update-docs
adds documentation of the GitLab token
2 parents 5ce71b1 + 0b0a236 commit bfe1a76

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ CURATION_GITHUB_OWNER="clearlydefined"
9999
CURATION_GITHUB_REPO="curated-data-dev"
100100
CURATION_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
103106
CURATION_MONGO_CONNECTION_STRING="mongodb://clearlydefined_mongo_db"
104107
CURATION_MONGO_DB_NAME="clearlydefined"

sample_env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ CURATION_MONGO_COLLECTION_NAME="curations"
1111
CURATION_PROVIDER="github"
1212
CURATION_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
1518
DEFINITION_STORE_PROVIDER="mongo"
1619
DEFINITION_MONGO_CONNECTION_STRING="mongodb://clearlydefined_mongo_db"

0 commit comments

Comments
 (0)