Skip to content

Commit

Permalink
feat: CMD-194 enable portal nav by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Dec 9, 2024
1 parent 5c90d3f commit abcbcfb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions taccsite_cms/settings_local.example.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
SILENCED_SYSTEM_CHECKS = ['captcha.recaptcha_test_key_error']

# To disable the Core-Portal integration
PORTAL_IS_TACC_CORE_PORTAL = False
PORTAL_HAS_LOGIN = False
# IMPORTANT: Do not disable by default, because [Core-Portal clones this file](https://github.com/TACC/Core-Portal/pull/1034)
# PORTAL_IS_TACC_CORE_PORTAL = False
# PORTAL_HAS_LOGIN = False

0 comments on commit abcbcfb

Please sign in to comment.