Files
panel-pelican-dev/config/app.php

20 lines
350 B
PHP
Raw Normal View History

<?php
return [
2016-01-11 22:04:11 -05:00
2024-05-13 18:24:26 +02:00
'name' => env('APP_NAME', 'Pelican'),
'logo' => env('APP_LOGO'),
'favicon' => env('APP_FAVICON', '/pelican.ico'),
2024-03-23 08:21:57 -04:00
2025-04-07 23:00:58 +00:00
'version' => '1.0.0-beta19',
'timezone' => 'UTC',
'installed' => env('APP_INSTALLED', true),
'exceptions' => [
'report_all' => env('APP_REPORT_ALL_EXCEPTIONS', false),
],
];