From aeb0e52dc25751590b0f152f58e9521db978f0ae Mon Sep 17 00:00:00 2001 From: Guillaume Lesniak Date: Thu, 2 Jun 2016 14:02:25 +0200 Subject: [PATCH] local.php.dist: cli => master --- config/autoload/local.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index 0ed1558..b39d120 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -27,7 +27,7 @@ return array( 'host' => 'localhost', 'user' => 'root', 'password' => 'password', - 'dbname' => 'monarc_cli', + 'dbname' => 'monarc_master', ), ), ),