Skip to content

Commit

Permalink
Merge branch 'master' into redwood
Browse files Browse the repository at this point in the history
  • Loading branch information
FahadKhalid210 authored Jun 6, 2024
2 parents 17aed78 + 1bca9ad commit 317cfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ e.g, to customize visualizations, add following configurations in ``cairn-supers
Then apply changes with::
tutor local launch

Troubleshooting
---------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
# https://flask-appbuilder.readthedocs.io/en/latest/security.html#authentication-oauth
from flask_appbuilder.security.manager import AUTH_OAUTH
AUTH_TYPE = AUTH_OAUTH

OPENEDX_SSO_CLIENT_ID = "{{ CAIRN_SSO_CLIENT_ID }}"
if os.environ.get("FLASK_ENV") == "development":
OPENEDX_SSO_CLIENT_ID = "{{ CAIRN_SSO_CLIENT_ID }}-dev"
Expand Down

0 comments on commit 317cfc2

Please sign in to comment.