mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Config: Refactor OIDC options and report #782
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
8c67fb1fe8
commit
a436dc3fd8
12 changed files with 121 additions and 22 deletions
|
|
@ -59,7 +59,6 @@ services:
|
|||
PHOTOPRISM_OIDC_ISSUER: "https://keycloak.localssl.dev/auth/realms/master"
|
||||
PHOTOPRISM_OIDC_CLIENT: "photoprism-develop"
|
||||
PHOTOPRISM_OIDC_SECRET: "9d8351a0-ca01-4556-9c37-85eb634869b9"
|
||||
PHOTOPRISM_OIDC_SCOPES: "openid profile"
|
||||
PHOTOPRISM_OIDC_INSECURE: "true"
|
||||
## Site Information
|
||||
PHOTOPRISM_SITE_URL: "http://localhost:2342/" # server URL in the format "http(s)://domain.name(:port)/(path)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue