diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index b39d120..603ffb0 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -40,5 +40,28 @@ return array( 3 => 'Deutsch' ], - 'defaultLanguageIndex' => 1 + 'defaultLanguageIndex' => 1, + + /* Link with (ModuleCore) + config['languages'] = [ + 'fr' => array( + 'index' => 1, + 'label' => 'Français' + ), + 'en' => array( + 'index' => 2, + 'label' => 'English' + ), + 'de' => array( + 'index' => 3, + 'label' => 'Deutsch' + ), + ] + */ + 'activeLanguages' => array('fr','en','de',), + + 'monarc' => array( + 'ttl' => 20, // timeout + 'salt' => '', // salt privé pour chiffrement pwd + ), );