第三段完善 代理商绑定 激活等 正式上线的版本

This commit is contained in:
huangzhenpc
2025-02-13 15:25:19 +08:00
parent abfa783907
commit d1b0a26dd2
31 changed files with 2729 additions and 641 deletions

View File

@@ -37,9 +37,9 @@ return [
// 密码
'password' => 'root', */
// 用户名
'username' => 'root',
'username' => 'cursortools',
// 密码
'password' => 'root',
'password' => 'TQ3hwykBxmARw3ya',
// 端口
'hostport' => '3306',
// 数据库连接参数
@@ -82,5 +82,12 @@ return [
'username' => '',
'password' => '',
],
'redis' => [
'host' => '127.0.0.1',
'port' => 6379,
'timeout' => 10,
'prefix' => null,
'pwd' => null
]
],
];