Merge pull request #3058 from GautierDele/master

 Add mongo crendentials to environment
This commit is contained in:
Shao Yu-Lung (Allen)
2021-09-22 17:25:33 +08:00
committed by GitHub
3 changed files with 6 additions and 1 deletions

View File

@ -614,6 +614,8 @@ RETHINKDB_PORT=8090
### MONGODB ###############################################
MONGODB_PORT=27017
MONGO_USERNAME=root
MONGO_PASSWORD=example
### CADDY #################################################