mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update database.php
This commit is contained in:
parent
f76f0ebb5c
commit
5490c99062
@ -29,13 +29,13 @@ return [
|
||||
// 数据库类型
|
||||
'type' => 'mysql',
|
||||
// 服务器地址
|
||||
'hostname' => 'thinkadmin.top',
|
||||
'hostname' => '127.0.0.1',
|
||||
// 数据库名
|
||||
'database' => 'admin_v6',
|
||||
// 用户名
|
||||
'username' => 'admin',
|
||||
'username' => 'admin_v6',
|
||||
// 密码
|
||||
'password' => '@admin123',
|
||||
'password' => 'FbYBHcWKr2',
|
||||
// 端口
|
||||
'hostport' => '3306',
|
||||
// 数据库连接参数
|
||||
|
Loading…
x
Reference in New Issue
Block a user