-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: introduce course discovery repository settings #45
feat: introduce course discovery repository settings #45
Conversation
45361da
to
d5dc2b0
Compare
d5dc2b0
to
559111c
Compare
559111c
to
8203a44
Compare
8203a44
to
b38adab
Compare
@@ -32,6 +32,8 @@ | |||
"OAUTH2_KEY_SSO_DEV": "discovery-sso-dev", | |||
"CACHE_REDIS_DB": "{{ OPENEDX_CACHE_REDIS_DB }}", | |||
"EXTRA_PIP_REQUIREMENTS": [], | |||
"REPOSITORY": "https://github.com/openedx/course-discovery.git", | |||
"REPOSITORY_VERSION": "{{ OPENEDX_COMMON_VERSION }}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, it would be great if we would document these settings in the README. Since the README has no such docs for now, you can choose to do that in a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! You can decide to merge or not, depending on whether you want to document configuration settings in the README in this PR.
No description provided.