rollback config

pull/1/head
Jerome De Almeida 2017-01-04 15:34:24 +01:00
parent d98655c746
commit 99113d5c76
3 changed files with 12 additions and 14 deletions

View File

@ -2,18 +2,9 @@
return [ return [
'languages' => [ 'languages' => [
'fr' => [ 1 => 'Français',
'index' => 1, 2 => 'English',
'label' => 'Français', 3 => 'Deutsch'
],
'en' => [
'index' => 2,
'label' => 'English',
],
'de' => [
'index' => 3,
'label' => 'Deutsch',
],
], ],
'defaultLanguageIndex' => 2 'defaultLanguageIndex' => 2
]; ];

View File

@ -25,7 +25,7 @@ return array(
'host' => 'localhost', 'host' => 'localhost',
'port' => 3306, 'port' => 3306,
'user' => 'user', 'user' => 'user',
'password' => 'password', 'password' => '',
'dbname' => 'monarc_common', 'dbname' => 'monarc_common',
'charset' => 'utf8', 'charset' => 'utf8',
'driverOptions' => array( 'driverOptions' => array(
@ -39,7 +39,7 @@ return array(
'host' => 'localhost', 'host' => 'localhost',
'port' => 3306, 'port' => 3306,
'user' => 'root', 'user' => 'root',
'password' => 'password', 'password' => '',
'dbname' => 'monarc_cli', 'dbname' => 'monarc_cli',
'charset' => 'utf8', 'charset' => 'utf8',
'driverOptions' => array( 'driverOptions' => array(

View File

@ -33,6 +33,13 @@ return array(
), ),
), ),
'languages' => [
1 => 'Français',
2 => 'English',
3 => 'Deutsch'
],
'defaultLanguageIndex' => 2,
/* Link with (ModuleCore) /* Link with (ModuleCore)
config['languages'] = [ config['languages'] = [
'fr' => array( 'fr' => array(