Skip to content

Commit dff974e

Browse files
committed
move example
1 parent af530fb commit dff974e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/administration/configuration/config-file-reference.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,16 @@ Beware that using the forced re-authentication feature may result in data loss i
247247

248248
### Inactivity Timeout
249249

250-
To configure the inactivity timeout use `server.servlet.session.timeout`. The default is 3600 seconds.
250+
To configure the inactivity timeout use `server.servlet.session.timeout`. The default is 3600 seconds.
251+
252+
Example configurations:
253+
254+
```properties
255+
# Standard activity-based timeout (2 hours)
256+
server.servlet.session.timeout=7200
257+
```
258+
259+
Also see [rundeck-config.properties > Server Settings](#server-settings)
251260

252261
### Forced re-authentication (Commercial Products Only)
253262

@@ -261,9 +270,6 @@ All of these can be set via [System Properties Configuration](/administration/co
261270
Example configurations:
262271

263272
```properties
264-
# Standard activity-based timeout (2 hours)
265-
server.servlet.session.timeout=7200
266-
267273
# Force reauthentication after 8 hours regardless of activity
268274
rundeck.userSessionDuration.maxMinutes=480
269275
rundeck.userSessionDuration.forceReauthentication=true

0 commit comments

Comments
 (0)