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 393074f commit 0b0a236Copy full SHA for 0b0a236
sample_env
@@ -11,6 +11,9 @@ CURATION_MONGO_COLLECTION_NAME="curations"
11
CURATION_PROVIDER="github"
12
CURATION_STORE_PROVIDER="mongo"
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
+
17
# Definition Store Info
18
DEFINITION_STORE_PROVIDER="mongo"
19
DEFINITION_MONGO_CONNECTION_STRING="mongodb://clearlydefined_mongo_db"
0 commit comments