Skip to content

Commit 88097dc

Browse files
fix(jotty): Comments removed from variables, as they are interpreted. (#9002)
The following comments have been removed because they cause the comments to become part of the variable's value and therefore cannot be interpreted by the application. SSO_FALLBACK_LOCAL=yes # Allow both SSO and normal login OIDC_CLIENT_SECRET=your_client_secret # Enable confidential client mode with client authentication OIDC_ADMIN_GROUPS=admins # Map provider groups to admin role fccview/jotty#200 (comment)
1 parent 1a76fc0 commit 88097dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/jotty-install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ NODE_ENV=production
4040
# OIDC_ISSUER=<your-oidc-issuer-url>
4141
# OIDC_CLIENT_ID=<oidc-client-id>
4242
# APP_URL=<https://app.domain.tld>
43-
# SSO_FALLBACK_LOCAL=yes # Allow both SSO and normal login
44-
# OIDC_CLIENT_SECRET=your_client_secret # Enable confidential client mode with client authentication
45-
# OIDC_ADMIN_GROUPS=admins # Map provider groups to admin role
43+
# SSO_FALLBACK_LOCAL=yes
44+
# OIDC_CLIENT_SECRET=your_client_secret
45+
# OIDC_ADMIN_GROUPS=admins
4646
EOF
4747
msg_ok "Installed ${APPLICATION}"
4848

0 commit comments

Comments
 (0)