Updated default vagrant configuration file for MONARC.

pull/165/head
Cédric Bonhomme 2019-04-04 07:56:39 +02:00
parent dc570789c5
commit 7f9c157758
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 4 additions and 2 deletions

View File

@ -218,7 +218,7 @@ return array(
),
]
*/
'activeLanguages' => array('fr','en','de','ne',),
'activeLanguages' => array('fr','en','de','nl',),
'appVersion' => \$package_json['version'],
@ -230,9 +230,11 @@ return array(
'from' => 'info@monarc.lu',
],
'mospApiUrl' => 'https://objects.monarc.lu/api/v1/',
'monarc' => array(
'ttl' => 60, // timeout
'salt' => '', // salt privé pour chiffrement pwd
'salt' => '', // private salt for password encryption
),
);
EOF