File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ CURATION_PROVIDER="github"
110
110
CURATION_STORE_PROVIDER="mongo"
111
111
112
112
# Definition Store Info
113
- DEFINITION_STORE_PROVIDER="mongo "
113
+ DEFINITION_STORE_PROVIDER="mongoTrimmed "
114
114
DEFINITION_MONGO_CONNECTION_STRING="mongodb://clearlydefined_mongo_db"
115
115
DEFINITION_MONGO_DB_NAME="clearlydefined"
116
116
DEFINITION_MONGO_TRIMMED_COLLECTION_NAME="definitions-trimmed"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ CURATION_PROVIDER="github"
12
12
CURATION_STORE_PROVIDER="mongo"
13
13
14
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)>
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
16
17
17
# Definition Store Info
18
18
DEFINITION_STORE_PROVIDER="mongoTrimmed"
You can’t perform that action at this time.
0 commit comments