From d35f926f8b470cd0dd64f74dfbf2c599acf61b71 Mon Sep 17 00:00:00 2001 From: hgc Date: Wed, 26 Feb 2025 22:10:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E8=BF=9E=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/thinkorm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', // 数据库连接参数