Updated config files

This commit is contained in:
David Allen 2024-02-26 09:18:51 -07:00
parent 747ca162ed
commit a3f0caf4ff
No known key found for this signature in database
GPG key ID: 1D2A29322FBB6FCB
3 changed files with 43 additions and 5 deletions

View file

@ -1,13 +1,17 @@
serve:
cookies:
same_site_mode: Lax
names:
login_csrf: login
consent_csrf: consent
session: session
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
consent: http://127.0.0.1:4455/consent
login: http://127.0.0.1:4455/login
logout: http://127.0.0.1:4455/logout
secrets:
system:
@ -19,4 +23,14 @@ oidc:
- pairwise
- public
pairwise:
salt: youReallyNeedToChangeThis
salt: youReallyNeedToChangeThis
oauth2:
grant:
jwt:
jti_optional: true
iat_optional: true
max_ttl: 1h
log:
leak_sensitive_values: true