From 030bb9bbc57713cd9d4176fb4228d6389b9669f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Fri, 15 Dec 2017 15:19:00 +0100 Subject: [PATCH] minor fix in the vagrant bootstrap script. --- vagrant/bootstrap.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 03fd0e1..3f2a00e 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -149,12 +149,12 @@ service apache2 restart > /dev/null 2>&1 echo -e "\n--- Configuration of MONARC data base connection ---\n" cat > config/autoload/local.php < array( @@ -196,6 +196,8 @@ return array( */ 'activeLanguages' => array('fr','en','de','ne',), + 'appVersion' => \$package_json['version'], + 'email' => [ 'name' => 'MONARC', 'from' => 'info@monarc.lu',