This commit is contained in:
Marcel Pociot
2020-06-15 23:54:51 +02:00
parent 7f459faaac
commit d8496bd433
6 changed files with 258 additions and 576 deletions

View File

@@ -131,7 +131,11 @@ return [
| if you enable authentication token validation.
|
*/
'database' => base_path('database/expose.db'),
'database' => implode(DIRECTORY_SEPARATOR, [
$_SERVER['HOME'] ?? __DIR__,
'.expose',
'expose.db'
]),
/*
|--------------------------------------------------------------------------