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',