Skip to content

Commit 294c31f

Browse files
authored
Merge pull request #11 from qtomlinson/qt/update-sample-setup
Fix sample_env
2 parents 4976c3d + 244d195 commit 294c31f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ CURATION_PROVIDER="github"
110110
CURATION_STORE_PROVIDER="mongo"
111111
112112
# Definition Store Info
113-
DEFINITION_STORE_PROVIDER="mongo"
113+
DEFINITION_STORE_PROVIDER="mongoTrimmed"
114114
DEFINITION_MONGO_CONNECTION_STRING="mongodb://clearlydefined_mongo_db"
115115
DEFINITION_MONGO_DB_NAME="clearlydefined"
116116
DEFINITION_MONGO_TRIMMED_COLLECTION_NAME="definitions-trimmed"

sample_env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CURATION_PROVIDER="github"
1212
CURATION_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
1818
DEFINITION_STORE_PROVIDER="mongoTrimmed"

0 commit comments

Comments
 (0)