mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
env template
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user