From 1c94172afa0c383c5623d9aaecfba8a6eedddff5 Mon Sep 17 00:00:00 2001 From: Nico Di Rocco Date: Sun, 18 Oct 2015 14:53:44 +0200 Subject: [PATCH] Change the config.php.dist --- config.php.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.php.dist b/config.php.dist index 07b5c95..62a302d 100644 --- a/config.php.dist +++ b/config.php.dist @@ -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' => '',