mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 21:26:33 +00:00
fix: add cookieName and totpIssuer to sec-config explicitly
BSB config doesn't apply schema defaults for missing keys. Cookie was being set with name "undefined".
This commit is contained in:
parent
3c5256bbb4
commit
cbde4037ff
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ default:
|
||||||
argon2Memory: 65536 # KiB; tuned for Pi5 ~100ms
|
argon2Memory: 65536 # KiB; tuned for Pi5 ~100ms
|
||||||
argon2TimeCost: 3
|
argon2TimeCost: 3
|
||||||
argon2Parallelism: 2
|
argon2Parallelism: 2
|
||||||
|
cookieName: betterframe_session
|
||||||
|
totpIssuer: BetterFrame
|
||||||
|
|
||||||
# ----- Kiosk-facing REST API -----
|
# ----- Kiosk-facing REST API -----
|
||||||
service-api-http:
|
service-api-http:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue