dea8773ff6
Adds a iframe view for apps in the dashboard. Makes it usable for our setup. Co-authored-by: Philipp Rothmann <philipprothmann@posteo.de> Co-authored-by: viehlieb <pf@pragma-shift.net> Reviewed-on: #1
9 lines
358 B
Text
9 lines
358 B
Text
HYDRA_CLIENT_ID=
|
|
HYDRA_CLIENT_SECRET=
|
|
HYDRA_AUTHORIZATION_BASE_URL="https://sso.example.org/application/o/authorize/"
|
|
HYDRA_PUBLIC_URL="https://sso.example.org/application/o/"
|
|
TOKEN_URL="https://sso.example.org/application/o/token/"
|
|
REDIRECT_URL="https://example.org/login-callback"
|
|
SECRET_KEY=
|
|
LOAD_INCLUSTER_CONFIG=false
|
|
DATABASE_URL=sqlite:///database.db
|