We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0a2c8 commit 393074fCopy full SHA for 393074f
README.md
@@ -103,6 +103,9 @@ CURATION_GITHUB_OWNER="clearlydefined"
103
CURATION_GITHUB_REPO="curated-data-dev"
104
CURATION_GITHUB_TOKEN="<your GitHub token>"
105
106
+# GitLab info
107
+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)>
108
+
109
# Curation Store Info
110
CURATION_MONGO_CONNECTION_STRING="mongodb://clearlydefined_mongo_db"
111
CURATION_MONGO_DB_NAME="clearlydefined"
0 commit comments