From eb68e8b7a5470c7819959cadbe6f2ec6b32fdb69 Mon Sep 17 00:00:00 2001 From: database-mysql Date: Thu, 1 Jan 2026 14:18:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20config/db.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/db.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/db.yaml b/config/db.yaml index 43c95de..223054d 100644 --- a/config/db.yaml +++ b/config/db.yaml @@ -1 +1 @@ -mysql: {database: api_server_db, password: root, port: 3306, host: 10.168.2.2, username: root} +mysql: {database: api_server_db, password: root, port: 3306, host: localhost, username: root}