File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ CURATION_PROVIDER="github"
110110CURATION_STORE_PROVIDER="mongo"
111111
112112# Definition Store Info
113- DEFINITION_STORE_PROVIDER="mongo "
113+ DEFINITION_STORE_PROVIDER="mongoTrimmed "
114114DEFINITION_MONGO_CONNECTION_STRING="mongodb://clearlydefined_mongo_db"
115115DEFINITION_MONGO_DB_NAME="clearlydefined"
116116DEFINITION_MONGO_TRIMMED_COLLECTION_NAME="definitions-trimmed"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ CURATION_PROVIDER="github"
1212CURATION_STORE_PROVIDER="mongo"
1313
1414# 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)>"
1616
1717# Definition Store Info
1818DEFINITION_STORE_PROVIDER="mongoTrimmed"
You can’t perform that action at this time.
0 commit comments