This commit is contained in:
floppydiskette 2024-12-07 01:11:00 +00:00
commit faed02e0c8
No known key found for this signature in database
13 changed files with 261 additions and 28 deletions

View file

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