mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 17:56:34 +00:00
fix(config): add cookieName to coordinator-ws sec-config (was null → 401)
This commit is contained in:
parent
5198a681eb
commit
14ee081f61
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ default:
|
||||||
port: 18082
|
port: 18082
|
||||||
noderedUrl: http://nodered:1880
|
noderedUrl: http://nodered:1880
|
||||||
dataDir: /var/lib/betterframe
|
dataDir: /var/lib/betterframe
|
||||||
|
cookieName: betterframe_session
|
||||||
argon2Memory: 65536
|
argon2Memory: 65536
|
||||||
argon2TimeCost: 3
|
argon2TimeCost: 3
|
||||||
argon2Parallelism: 2
|
argon2Parallelism: 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue