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

View File

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