Skip to content
Snippets Groups Projects
Commit 46a5f613 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

CONF: Session timeout set to 60m (was 10m before).

parent 0afba9f4
Branches
Tags
1 merge request!21Release v0.4.0
...@@ -112,8 +112,8 @@ CERTIFICATES_KEY_STORE_PASSWORD= ...@@ -112,8 +112,8 @@ CERTIFICATES_KEY_STORE_PASSWORD=
# -------------------------------------------------- # --------------------------------------------------
# The session timeout after which the cookie expires. # The session timeout after which the cookie expires.
# 10 min # 60 min
SESSION_TIMEOUT_MS=600000 SESSION_TIMEOUT_MS=3600000
# Time after which one-time tokens expire. # Time after which one-time tokens expire.
# This is only a default value. The actual timeout of tokens can be # This is only a default value. The actual timeout of tokens can be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment