mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 11:37:01 -07:00
22 lines
No EOL
394 B
YAML
22 lines
No EOL
394 B
YAML
serve:
|
|
cookies:
|
|
same_site_mode: Lax
|
|
|
|
urls:
|
|
self:
|
|
issuer: http://127.0.0.1:4444
|
|
consent: http://127.0.0.1:3000/consent
|
|
login: http://127.0.0.1:3000/login
|
|
logout: http://127.0.0.1:3000/logout
|
|
|
|
secrets:
|
|
system:
|
|
- youReallyNeedToChangeThis
|
|
|
|
oidc:
|
|
subject_identifiers:
|
|
supported_types:
|
|
- pairwise
|
|
- public
|
|
pairwise:
|
|
salt: youReallyNeedToChangeThis |