Add basepath to vagrant config file
This commit is contained in:
parent
d90eb6a811
commit
d579d9e1d0
1 changed files with 42 additions and 41 deletions
|
@ -37,5 +37,6 @@ return [
|
||||||
'system' => [
|
'system' => [
|
||||||
'default_timezone' => 'UTC',
|
'default_timezone' => 'UTC',
|
||||||
'language' => 'en',
|
'language' => 'en',
|
||||||
|
'basepath' => '/vagrant',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue