diff --git a/config/thinkorm.php b/config/thinkorm.php index e14f382..34e9e45 100644 --- a/config/thinkorm.php +++ b/config/thinkorm.php @@ -34,13 +34,13 @@ return [ // 数据库类型 'type' => 'pgsql', // 服务器地址 - 'hostname' => '127.0.0.1', + 'hostname' => 'pgm-gs5501335ix0np90mo.pgsql.singapore.rds.aliyuncs.com', // 数据库名 'database' => 'adlibs', // 数据库用户名 'username' => 'postgres', // 数据库密码 - 'password' => 'hope8848', + 'password' => '1C8I1EBS3C5w5US', // 数据库连接端口 'hostport' => '5432', // 数据库连接参数