Skip to content

Commit

Permalink
Set default config values for new installations. Closes #2041
Browse files Browse the repository at this point in the history
  • Loading branch information
brendo committed Apr 21, 2014
1 parent 97273a8 commit 66161d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/includes/config_default.php
Expand Up @@ -19,6 +19,9 @@
'version' => VERSION,
'cookie_prefix' => 'sym-',
'session_gc_divisor' => '10',
'cell_truncation_length' => '75',
'token_lifetime' => '15 minutes',
'invalidate_tokens_on_request' => null,
),
########

Expand Down Expand Up @@ -53,6 +56,7 @@
###### GENERAL ######
'general' => array(
'sitename' => 'Symphony CMS',
'useragent' => 'Symphony/' . VERSION,
),
########

Expand Down

0 comments on commit 66161d0

Please sign in to comment.