From 760f6730863ac1909131c8abffe87cc1b51bac8f Mon Sep 17 00:00:00 2001 From: ping <1017253325@qq.com> Date: Tue, 28 Oct 2025 17:17:27 +0800 Subject: [PATCH] update --- conf/config.dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.dev.json b/conf/config.dev.json index 7592019..f3c27bb 100644 --- a/conf/config.dev.json +++ b/conf/config.dev.json @@ -25,11 +25,11 @@ }, "filesroot":"$[workdir]$/files", "databases":{ - "salescrm":{ + "kboss":{ "driver":"aiomysql", "async_mode":true, "coding":"utf8", - "dbname":"salescrm_dev", + "dbname":"salescrm", "maxconn":100, "kwargs":{ "user":"kboss",