本地数据库更新

This commit is contained in:
hgc 2024-12-23 11:41:53 +08:00
parent 2371684912
commit fdb87cba7d

View File

@ -36,9 +36,9 @@ return [
// 服务器地址 // 服务器地址
'hostname' => '127.0.0.1', 'hostname' => '127.0.0.1',
// 数据库名 // 数据库名
'database' => 'toolbox', 'database' => 'adlibs',
// 数据库用户名 // 数据库用户名
'username' => 'toolbox', 'username' => 'postgres',
// 数据库密码 // 数据库密码
'password' => 'hope8848', 'password' => 'hope8848',
// 数据库连接端口 // 数据库连接端口