This commit is contained in:
Frankie B 2023-11-26 15:38:09 +00:00
commit 60c11f8376
3 changed files with 114 additions and 1 deletions

View file

@ -5,7 +5,7 @@
return [
'name' => env('APP_NAME', 'diskfloppy.me'),
'version' => '2023.10.16',
'version' => '2023.11.26',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),