mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 02:54:45 +02:00
add back env variable for APP_NAME
This commit is contained in:
parent
340085cc9b
commit
45a6c37594
@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Facade;
|
||||
|
||||
return [
|
||||
|
||||
'name' => 'Pelican',
|
||||
'name' => env('APP_NAME', 'Pelican'),
|
||||
|
||||
'version' => 'canary',
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user