diff --git a/config/thinkorm.php b/config/thinkorm.php index 0d74f13..00521c0 100644 --- a/config/thinkorm.php +++ b/config/thinkorm.php @@ -36,9 +36,9 @@ return [ // 服务器地址 'hostname' => '127.0.0.1', // 数据库名 - 'database' => 'toolbox', + 'database' => 'adlibs', // 数据库用户名 - 'username' => 'toolbox', + 'username' => 'postgres', // 数据库密码 'password' => 'hope8848', // 数据库连接端口