Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 55e2abc

Browse files
committed
test(config): add custom cookieMaxAge for now
1 parent a2fc327 commit 55e2abc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integration-tests/db/config.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ keyPath=
2727
# once set, expressjs will use the X-Forwarded-For header set by the rev. proxy to determinate the real IPs of clients.
2828
# expressjs shortcuts are supported: loopback(127.0.0.1/8, ::1/128), linklocal(169.254.0.0/16, fe80::/10), uniquelocal(10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, fc00::/7)
2929
trustedReverseProxy=false
30+
31+
[Session]
32+
# Default value is 1814400 Seconds, which is 21 Days.
33+
# For integration test we set the value to just 86400 seconds, which is 1 Day
34+
cookieMaxAge=86400

0 commit comments

Comments
 (0)