Skip to content

Commit

Permalink
fix env var for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDmz committed Nov 8, 2022
1 parent 8d0fa7f commit 9b1fd35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ do

done < .env
envsubst < "./configuration.json" > "configuration.temp"
envsubst < "./oidc.json" > "oidc.temp"
envsubst < "./keycloak.json" > "keycloak.temp"
mv configuration.temp configuration.json
mv oidc.temp oidc.json
mv keycloak.temp keycloak.json

0 comments on commit 9b1fd35

Please sign in to comment.