mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-14 15:11:13 +00:00
6 lines
210 B
Plaintext
6 lines
210 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
|
|
VITE_PUBLIC_SERVER_URL=http://localhost:3001 # 和server.js一致 |