Skip to content

Commit

Permalink
Fix .env file for keycloak-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed May 18, 2024
1 parent f744953 commit 2c6752c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .env.development.keycloak-auth
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ FTA_FMEA_API_URL=http://localhost:1235/services/fta-fmea-server
FTA_FMEA_ADMIN_REGISTRATION_ONLY=false
FTA_FMEA_TITLE='Development FTA/FMEA Tool'
FTA_FMEA_AUTHENTICATION='oidc'

// TODO: Define auth env variables
# FTA_FMEA_AUTH_SERVER_URL=
# FTA_FMEA_AUTH_CLIENT_ID=
FTA_FMEA_AUTH_SERVER_URL=http://localhost:1235/services/auth/realms/fta-fmea
FTA_FMEA_AUTH_CLIENT_ID='fta-fmea'

0 comments on commit 2c6752c

Please sign in to comment.