Update database.php

This commit is contained in:
邹景立 2022-03-13 19:33:53 +08:00
parent f76f0ebb5c
commit 5490c99062

View File

@ -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',
// 数据库连接参数