diff --git a/config/autoload/languages.local.php.dist b/config/autoload/languages.local.php.dist new file mode 100644 index 0000000..fbc7c8b --- /dev/null +++ b/config/autoload/languages.local.php.dist @@ -0,0 +1,30 @@ + [ + 1 => 'Français', + 2 => 'English', + 3 => 'Deutsch' + ], + + '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',) +); diff --git a/config/autoload/security-authentication.local.php.dist b/config/autoload/security-authentication.local.php.dist new file mode 100644 index 0000000..1213f69 --- /dev/null +++ b/config/autoload/security-authentication.local.php.dist @@ -0,0 +1,8 @@ + array( + 'ttl' => @monarc.ttl@, // timeout + 'salt' => '@monarc.salt@', // salt privé pour chiffrement pwd + ), +);