working on setup with phing

pull/1/head
ppaulis 2016-09-18 22:42:07 +02:00
parent f1c953ae0b
commit ea3a454b77
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,30 @@
<?php
return array(
'languages' => [
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',)
);

View File

@ -0,0 +1,8 @@
<?php
return array(
'monarc' => array(
'ttl' => @monarc.ttl@, // timeout
'salt' => '@monarc.salt@', // salt privé pour chiffrement pwd
),
);