Initial commit: sync from server - all domains and code
This commit is contained in:
13
www/fahrschultermin.de/config/app.php
Normal file
13
www/fahrschultermin.de/config/app.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'app_name' => 'DriveTime Planner',
|
||||
'env' => 'local',
|
||||
'debug' => true,
|
||||
'db_path' => __DIR__ . '/../storage/database/app.sqlite',
|
||||
'session_path' => __DIR__ . '/../storage/sessions',
|
||||
'session_name' => 'drive_time_session',
|
||||
'frontend_entry' => __DIR__ . '/../public/assets/index.js',
|
||||
];
|
||||
Reference in New Issue
Block a user