Skip to content

Commit

Permalink
Change error page
Browse files Browse the repository at this point in the history
  • Loading branch information
marode-cap committed Jul 2, 2024
1 parent 57efcee commit b5ed7b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion charts/dbildungs-iam-server/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"SESSION_TTL_MS": 3600000,
"BACKEND_ADDRESS": "http://dbildungs-iam-server-backend:80",
"DEFAULT_AUTH_REDIRECT": "/",
"TRUST_PROXY": 1
"TRUST_PROXY": 1,
"ERROR_PAGE_REDIRECT": "https://localhost:8099/login-error"
},
"DB": {
"USE_SSL": true
Expand Down
2 changes: 1 addition & 1 deletion config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"OIDC_CALLBACK_URL": "https://localhost:8099/api/auth/login",
"DEFAULT_LOGIN_REDIRECT": "https://localhost:8099/",
"LOGOUT_REDIRECT": "https://localhost:8099/",
"ERROR_PAGE_REDIRECT": "https://localhost:8099/error"
"ERROR_PAGE_REDIRECT": "https://localhost:8099/login-error"
},
"DB": {
"CLIENT_URL": "postgres://admin:[email protected]:5432",
Expand Down

0 comments on commit b5ed7b9

Please sign in to comment.