Skip to content

Commit

Permalink
add file
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwowen committed Jul 18, 2024
1 parent c418681 commit 39b3092
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy-board/deploy_board/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@
RODIMUS_CLUSTER_REPLACEMENT_WIKI_URL = os.getenv("TELETRAAN_RODIMUS_CLUSTER_REPLACEMENT_WIKI_URL", None)
RODIMUS_AUTO_CLUSTER_REFRESH_WIKI_URL = os.getenv("TELETRAAN_RODIMUS_AUTO_CLUSTER_REFRESH_WIKI_URL", None)

UNAUTHORIZED_ERROR_TEXT = "Access denied. Please check if you have the required permission in the Admin panel."

if IS_PINTEREST:
# use knox if present
KNOX_SESSION_ID = os.getenv("KNOX_SESSION_ID")
Expand Down Expand Up @@ -402,3 +404,5 @@
AWS_PRIMARY_ACCOUNT = os.getenv("AWS_PRIMARY_ACCOUNT", "998131032990")
#Sub Account
AWS_SUB_ACCOUNT = os.getenv("AWS_SUB_ACCOUNT", "562567494283")

UNAUTHORIZED_ERROR_TEXT = "Access denied. Please check if you have the required permissions. For details see: http://pinch.pinadmin.com/teletraan-auth-tsg"

0 comments on commit 39b3092

Please sign in to comment.