This commit is contained in:
Frankie B 2023-08-14 23:45:31 +01:00
commit fd12540d0a
5 changed files with 52 additions and 14 deletions

View file

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