第三段完善 代理商绑定 激活等 正式上线的版本
This commit is contained in:
@@ -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
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user