File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
docs/core_concepts/47_environment_variables Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ You can use them in a Script by clicking on "+Context Var":
44
44
| DISABLE_RESPONSE_LOGS | false | Disable response logs | Server |
45
45
| CREATE_WORKSPACE_REQUIRE_SUPERADMIN | true | If true, only superadmins can create new workspaces | Server |
46
46
| WM_MOCKED_API_FILE | /path/to/mocked_api.json | Path to the mocked API file | All |
47
+ | MAX_SESSION_VALIDITY_SECONDS | 3 * 24 * 60 * 60 | Session will be invalidated after this amount of seconds of inactivity (default 3 days) | Server |
48
+ | INVALIDATE_OLD_SESSIONS | false | Existing session will be invalidated if new session is created if set to true (default false) | Server |
49
+ | INVALIDATE_ALL_SESSIONS_ON_LOGOUT | false | All sessions will be invalidated on logout if set to true (default false) | Server |
47
50
48
51
## Contextual variables
49
52
You can’t perform that action at this time.
0 commit comments