From bee01cc804de8d2e0ea27875914540cffe5d2c0c Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Sat, 26 Feb 2022 13:51:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/conf/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/conf/config.yml b/bin/conf/config.yml index 585d0e5..c2e34db 100644 --- a/bin/conf/config.yml +++ b/bin/conf/config.yml @@ -23,7 +23,7 @@ database: # 暂未开发 MySQL: # 数据库地址 - host: "localhost" + host: "127.0.0.1" # 数据库端口 port: 3306 # 数据库用户 @@ -32,7 +32,7 @@ database: password: "" # 数据库名称 # 如果该数据库不存在则自动创建 - db: "requestcounter" + db: "reqcount"