Skip to content
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.

Commit

Permalink
Change the config.php.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
nrocco committed Oct 18, 2015
1 parent b5842fa commit 1c94172
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ return [
'cors.allowCredentials' => true,
'cors.allowOrigin' => 'http://localhost:8000 http://0.0.0.0:8000',

'session.storage.options' => [
'auth.options' => [
'secret_key' => 'set-this-to-something-long-and-secret',
'cookie_lifetime' => 60*60*24*30,
'cookie_path' => '/',
'cookie_domain' => '',
Expand Down

0 comments on commit 1c94172

Please sign in to comment.