diff --git a/src/main/json/config.example.json b/src/main/json/config.example.json index e976acb..08bb844 100644 --- a/src/main/json/config.example.json +++ b/src/main/json/config.example.json @@ -14,6 +14,7 @@ }, "security_settings": { "jwt_secret": "secret", - "session_secret": "secret" + "session_secret": "secret", + "session_expires_in_seconds": 86400 } -} \ No newline at end of file +}