From 74a75633482655fed894067a3fa090e7a83fc8c6 Mon Sep 17 00:00:00 2001 From: Rikki Date: Sat, 8 Mar 2025 00:26:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=20docker=20=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.env b/template.env index d70bba206..09fe63597 100644 --- a/template.env +++ b/template.env @@ -5,7 +5,7 @@ PORT=8080 PLUGINS=["src2.plugins.chat"] # 默认配置 -MONGODB_HOST=127.0.0.1 +MONGODB_HOST=127.0.0.1 # 如果工作在Docker下,请改成 MONGODB_HOST=mongodb MONGODB_PORT=27017 DATABASE_NAME=MegBot