From 3420f677b638963b8432f345648c00ca77fc1424 Mon Sep 17 00:00:00 2001 From: archer <545436317@qq.com> Date: Wed, 30 Aug 2023 15:12:55 +0800 Subject: [PATCH] env template --- client/.env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/.env.template b/client/.env.template index 65f31c643..b84c0b916 100644 --- a/client/.env.template +++ b/client/.env.template @@ -17,5 +17,5 @@ OPENAI_BASE_URL=https://api.openai.com/v1 # 此处逻辑:优先走 ONEAPI_URL,如果填写了 ONEAPI_URL,key 也需要是 ONEAPI 的 key CHAT_API_KEY=sk-xxxx # db -MONGODB_URI=mongodb://username:password@0.0.0.0:27017/fastgpt +MONGODB_URI=mongodb://username:password@0.0.0.0:27017/fastgpt?authSource=admin PG_URL=postgresql://username:password@host:port/postgres \ No newline at end of file