added mongo credentials

This commit is contained in:
Gautier DELEGLISE
2021-09-20 11:13:47 +02:00
committed by GitHub
parent 147ff33530
commit 00a3e0cb64

View File

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