We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d17b0e commit 39afd79Copy full SHA for 39afd79
config.env.py
@@ -8,7 +8,7 @@
8
SECRET_KEY = environ.get("PACKET_SECRET_KEY", "PLEASE_REPLACE_ME")
9
10
# OpenID Connect SSO config
11
-REALM = environ.get("PACKET_REALM", "intro")
+REALM = environ.get("PACKET_REALM", "csh")
12
13
OIDC_ISSUER = environ.get("PACKET_OIDC_ISSUER", "https://sso.csh.rit.edu/auth/realms/csh")
14
OIDC_CLIENT_ID = environ.get("PACKET_OIDC_CLIENT_ID", "packet")
0 commit comments