Updated default configuration (activeLanguages and email settings) for Vagrant.

pull/39/head
Cédric Bonhomme 2017-10-20 22:26:05 +02:00
parent 0b04ecf6c3
commit 73f3b48573
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
2 changed files with 8 additions and 3 deletions

2
vagrant/Vagrantfile vendored
View File

@ -54,7 +54,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# vb.gui = true # vb.gui = true
# #
# # Use VBoxManage to customize the VM. For example to change memory: # # Use VBoxManage to customize the VM. For example to change memory:
vb.customize ["modifyvm", :id, "--memory", "4096"] vb.customize ["modifyvm", :id, "--memory", "1024"]
vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 17.04 - DEV"] vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 17.04 - DEV"]
end end
# #

View File

@ -186,7 +186,12 @@ return array(
), ),
] ]
*/ */
'activeLanguages' => array('fr','en','de',), 'activeLanguages' => array('fr','en','de','ne',),
'email' => [
'name' => 'MONARC',
'from' => 'info@monarc.lu',
],
'monarc' => array( 'monarc' => array(
'ttl' => 20, // timeout 'ttl' => 20, // timeout