From 7f9c15775884ebd5039fa6ba3053d424efd73cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 4 Apr 2019 07:56:39 +0200 Subject: [PATCH] Updated default vagrant configuration file for MONARC. --- vagrant/bootstrap.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index b59d17e..a46a77e 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -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