From fdb87cba7da8aae39b1d04795be514d52464f0e9 Mon Sep 17 00:00:00 2001 From: hgc Date: Mon, 23 Dec 2024 11:41:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= 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 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', // 数据库连接端口