Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/general/system-configuration-overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,14 @@ Example Usage:

**Also found in CP:** `Settings --> Security & Privacy`: [Control Panel Session Type](control-panel/settings/security-privacy.md#cp-session-type)

### `cpan_session_length`

Set TTL for admin sessions.

| Value | Description |
| ------- | ------------------------------------------------- |
| integer | Session TTL in seconds (default is 3600 - 1 hour) |

### `cp_url`

Set the full URL to your Control Panel.
Expand Down Expand Up @@ -3191,6 +3199,14 @@ Example Usage:

$config['use_newrelic'] = 'y';

### user_session_length

Set TTL for user sessions.

| Value | Description |
| ------- | -------------------------------------------------- |
| integer | Session TTL in seconds (default is 7200 - 2 hours) |

### `webmaster_email`

Set the site's return email address for auto-generated emails.
Expand Down