change dashboard to dashboard-local with localhost:3000
as return URL
This commit is contained in:
parent
2a84b486a3
commit
38b580933b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue