正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -37,6 +37,8 @@ class ProjectServer extends BaseService | @@ -37,6 +37,8 @@ class ProjectServer extends BaseService | ||
| 37 | config(['database.connections.custom_mysql.database' => $project->databaseName()]); | 37 | config(['database.connections.custom_mysql.database' => $project->databaseName()]); |
| 38 | config(['database.connections.custom_mysql.username' => $project->mysqlConfig->user]); | 38 | config(['database.connections.custom_mysql.username' => $project->mysqlConfig->user]); |
| 39 | config(['database.connections.custom_mysql.password' => $project->mysqlConfig->password]); | 39 | config(['database.connections.custom_mysql.password' => $project->mysqlConfig->password]); |
| 40 | + var_dump($project); | ||
| 41 | + die(); | ||
| 40 | // 设置 redis 配置 | 42 | // 设置 redis 配置 |
| 41 | return $project; | 43 | return $project; |
| 42 | } | 44 | } |
-
请 注册 或 登录 后发表评论