fastGpt 本地运行
mongo psql用docker的
文件复制
FastGPT\projects\app.env.template
复制为
FastGPT\projects\app.env.local
本地 连接docker的mongo, 要加 directConnection=true 参数
MONGODB_URI=mongodb://myusername:mypassword@localhost:27017/fastgpt?authSource=admin&directConnection=true
PG_URL=postgresql://username:password@localhost:5432/postgres