change dashboard to dashboard-local with localhost:3000 as return URL

This commit is contained in:
Maarten de Waard 2022-01-21 15:02:34 +01:00
parent 2a84b486a3
commit 38b580933b
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA

View file

@ -22,7 +22,7 @@ export FLASK_APP=app.py
export FLASK_ENV=development
export SECRET_KEY="e38hq!@0n64g@qe6)5csk41t=ljo2vllog(%k7njnm4b@kh42c"
export KRATOS_URL="http://127.0.0.1:8000"
export HYDRA_CLIENT_ID="dashboard"
export HYDRA_CLIENT_ID="dashboard-local"
export HYDRA_CLIENT_SECRET="gDSEuakxzybHBHJocnmtDOLMwlWWEvPh"
export HYDRA_AUTHORIZATION_BASE_URL="https://sso.init.stackspin.net/oauth2/auth"
export TOKEN_URL="https://sso.init.stackspin.net/oauth2/token"