Updated default configuration (activeLanguages and email settings) for Vagrant.
parent
0b04ecf6c3
commit
73f3b48573
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
|
@ -170,7 +170,7 @@ return array(
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
/* Link with (ModuleCore)
|
/* Link with (ModuleCore)
|
||||||
config['languages'] = [
|
config['languages'] = [
|
||||||
'fr' => array(
|
'fr' => array(
|
||||||
'index' => 1,
|
'index' => 1,
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue