Commit 16f2ad76 by archer

docs

parent 4ba4a999
...@@ -186,7 +186,7 @@ services: ...@@ -186,7 +186,7 @@ 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=xxx
- PG_HOST=0.0.0.0 - PG_HOST=0.0.0.0
- PG_PORT=8100 - PG_PORT=8100
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment