mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Do not show installer by default
This commit is contained in:
@@ -95,7 +95,7 @@ return [
|
||||
],
|
||||
|
||||
'installer' => [
|
||||
'enabled' => env('APP_INSTALLER', true),
|
||||
'enabled' => env('APP_INSTALLER', false),
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user