作者 lyh

gx

... ... @@ -37,8 +37,6 @@ class ProjectServer extends BaseService
config(['database.connections.custom_mysql.database' => $project->databaseName()]);
config(['database.connections.custom_mysql.username' => $project->mysqlConfig->user]);
config(['database.connections.custom_mysql.password' => $project->mysqlConfig->password]);
var_dump($project);
die();
// 设置 redis 配置
return $project;
}
... ...