Make cookies work with all subdomains. We need to override this in the portal-specific config file.
This commit is contained in:
parent
fdbf98735b
commit
8479bf69d7
|
@ -62,6 +62,10 @@ secrets:
|
||||||
cookie:
|
cookie:
|
||||||
- PLEASE-CHANGE-ME-I-AM-VERY-INSECURE
|
- PLEASE-CHANGE-ME-I-AM-VERY-INSECURE
|
||||||
|
|
||||||
|
session:
|
||||||
|
cookie:
|
||||||
|
domain: siasky.xyz
|
||||||
|
|
||||||
hashers:
|
hashers:
|
||||||
argon2:
|
argon2:
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
|
|
Reference in New Issue