mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
upload preivew + es command
This commit is contained in:
@@ -428,6 +428,9 @@ class Install
|
||||
if ($key == 'CACHE_DRIVER') {
|
||||
$newData[$key] = 'redis';
|
||||
}
|
||||
if ($key == 'QUEUE_CONNECTION') {
|
||||
$newData[$key] = 'redis';
|
||||
}
|
||||
if ($scene == 'install' || !file_exists($envFile)) {
|
||||
if ($key == 'APP_ENV') {
|
||||
$newData[$key] = 'production';
|
||||
|
||||
Reference in New Issue
Block a user