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