feat: labBot demo

This commit is contained in:
archer
2023-09-04 17:02:21 +08:00
parent 8dba2c39e1
commit 3449024678
13 changed files with 1254 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ services:
- DB_MAX_LINK=5 # database max link
- TOKEN_KEY=any
- ROOT_KEY=root_key
- FILE_TOKEN_KEY=filetoken
# mongo 配置,不需要改. 如果连不上,可能需要去掉 ?authSource=admin
- MONGODB_URI=mongodb://username:password@mongo:27017/fastgpt?authSource=admin
# pg配置. 不需要改