added a help system, replaced the words "tenant" and "Pwa" with better alternatives. corrected and implemented cron jobs. prepared going live on a coolify-powered system.
This commit is contained in:
@@ -47,6 +47,13 @@ return [
|
||||
'report' => false,
|
||||
],
|
||||
|
||||
'photobooth' => [
|
||||
'driver' => 'local',
|
||||
'root' => env('PHOTOBOOTH_IMPORT_ROOT', storage_path('app/photobooth')),
|
||||
'throw' => false,
|
||||
'report' => false,
|
||||
],
|
||||
|
||||
's3' => [
|
||||
'driver' => 's3',
|
||||
'key' => env('AWS_ACCESS_KEY_ID'),
|
||||
|
||||
Reference in New Issue
Block a user