mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-19 10:07:24 +00:00
docs
This commit is contained in:
@@ -187,7 +187,7 @@ services:
|
|||||||
- TOKEN_KEY=xxxx
|
- TOKEN_KEY=xxxx
|
||||||
# 和上方mongo镜像的username,password对应
|
# 和上方mongo镜像的username,password对应
|
||||||
- MONGODB_URI=mongodb://username:password@0.0.0.0:27017/?authSource=admin
|
- MONGODB_URI=mongodb://username:password@0.0.0.0:27017/?authSource=admin
|
||||||
- MONGODB_NAME=xxx
|
- MONGODB_NAME=fastgpt
|
||||||
- PG_HOST=0.0.0.0
|
- PG_HOST=0.0.0.0
|
||||||
- PG_PORT=8100
|
- PG_PORT=8100
|
||||||
# 和上方PG镜像对应.
|
# 和上方PG镜像对应.
|
||||||
|
@@ -56,8 +56,8 @@ services:
|
|||||||
# token加密凭证(随便填,作为登录凭证)
|
# token加密凭证(随便填,作为登录凭证)
|
||||||
- TOKEN_KEY=xxxx
|
- TOKEN_KEY=xxxx
|
||||||
# 和上方mongo镜像的username,password对应
|
# 和上方mongo镜像的username,password对应
|
||||||
- MONGODB_URI=mongodb://username:passsword@0.0.0.0:27017/?authSource=admin
|
- MONGODB_URI=mongodb://username:password@0.0.0.0:27017/?authSource=admin
|
||||||
- MONGODB_NAME=xxx
|
- MONGODB_NAME=fastgpt
|
||||||
- PG_HOST=0.0.0.0
|
- PG_HOST=0.0.0.0
|
||||||
- PG_PORT=8100
|
- PG_PORT=8100
|
||||||
# 和上方PG镜像对应.
|
# 和上方PG镜像对应.
|
||||||
|
Reference in New Issue
Block a user