mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Allow the environment setup without loading the database (settings provider) first (#823)
This commit is contained in:
committed by
Dane Everitt
parent
321d00c89e
commit
59b50ca75e
@@ -135,6 +135,8 @@ class AppSettingsCommand extends Command
|
||||
self::ALLOWED_QUEUE_DRIVERS,
|
||||
array_key_exists($selected, self::ALLOWED_QUEUE_DRIVERS) ? $selected : null
|
||||
);
|
||||
|
||||
$this->variables['APP_ENVIRONMENT_ONLY'] = false;
|
||||
|
||||
$this->checkForRedis();
|
||||
$this->writeToEnvironment($this->variables);
|
||||
|
||||
Reference in New Issue
Block a user