mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
cache announce userInfo
This commit is contained in:
@@ -425,6 +425,9 @@ class Install
|
||||
$this->doLog("[CREATE ENV] key: $key, new value: $value from example.");
|
||||
$newData[$key] = $value;
|
||||
}
|
||||
if ($key == 'CACHE_DRIVER') {
|
||||
$newData[$key] = 'redis';
|
||||
}
|
||||
if ($scene == 'install' || !file_exists($envFile)) {
|
||||
if ($key == 'APP_ENV') {
|
||||
$newData[$key] = 'production';
|
||||
|
||||
Reference in New Issue
Block a user