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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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