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
715de9518b
commit
432149160b
@ -18,11 +18,11 @@ return [
|
||||
// 服务器地址
|
||||
'hostname' => '127.0.0.1',
|
||||
// 数据库名
|
||||
'database' => 'think.admin',
|
||||
'database' => 'admin_v1',
|
||||
// 用户名
|
||||
'username' => 'think.admin',
|
||||
'username' => 'admin_v1',
|
||||
// 密码
|
||||
'password' => '',
|
||||
'password' => 'FbYBHcWKr2',
|
||||
// 端口
|
||||
'hostport' => '3306',
|
||||
// 连接dsn
|
||||
|
Loading…
x
Reference in New Issue
Block a user