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