Add basepath to vagrant config file

This commit is contained in:
Philipp Holzer 2019-04-14 13:54:36 +02:00
parent d90eb6a811
commit d579d9e1d0
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 42 additions and 41 deletions

View File

@ -37,5 +37,6 @@ return [
'system' => [
'default_timezone' => 'UTC',
'language' => 'en',
'basepath' => '/vagrant',
],
];