Commit 3420f677 by archer

env template

parent baee8cfe
...@@ -17,5 +17,5 @@ OPENAI_BASE_URL=https://api.openai.com/v1 ...@@ -17,5 +17,5 @@ OPENAI_BASE_URL=https://api.openai.com/v1
# 此处逻辑:优先走 ONEAPI_URL,如果填写了 ONEAPI_URL,key 也需要是 ONEAPI 的 key # 此处逻辑:优先走 ONEAPI_URL,如果填写了 ONEAPI_URL,key 也需要是 ONEAPI 的 key
CHAT_API_KEY=sk-xxxx CHAT_API_KEY=sk-xxxx
# db # 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 PG_URL=postgresql://username:password@host:port/postgres
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment