mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
8 lines
313 B
Plaintext
8 lines
313 B
Plaintext
MONGODB_URI=mongodb://username:psw@0.0.0.0:27017/?authSource=admin
|
|
MONGODB_NAME=fastgpt
|
|
ADMIN_USER=username
|
|
ADMIN_PASS=password
|
|
ADMIN_SECRET=any
|
|
PARENT_URL=http://localhost:3000 # FastGpt服务的地址
|
|
PARENT_ROOT_KEY=rootkey # FastGpt 的rootkey
|
|
VITE_PUBLIC_SERVER_URL=http://localhost:3001 # 和server.js一致 |