Skip to content

Commit

Permalink
Remove BRAK_IDP_OIDC_CLIENT_ID from app secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuchta committed Dec 16, 2024
1 parent 3d13b8f commit 009aa0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
set -euf

# Exporting only if not already set, see https://stackoverflow.com/a/11686912
export BRAK_IDP_OIDC_CLIENT_ID="${BRAK_IDP_OIDC_CLIENT_ID:=$(cat /etc/brak-idp-secrets/BRAK_IDP_OIDC_CLIENT_ID)}"
export BRAK_IDP_OIDC_CLIENT_SECRET="${BRAK_IDP_OIDC_CLIENT_SECRET:=$(cat /etc/brak-idp-secrets/BRAK_IDP_OIDC_CLIENT_SECRET)}"

npm run start

0 comments on commit 009aa0d

Please sign in to comment.