monkeytype/backend/example.env
Ferotiq 53cbd9372b
Add Option to Use MongoDB Credentials (#2169) by Ferotiq
* Add Option to Use MongoDB Credentials

* updated example

Co-authored-by: Jack <bartnikjack@gmail.com>
2021-12-13 16:00:09 +00:00

9 lines
282 B
Bash

DB_NAME=monkeytype
DB_URI=mongodb://localhost:27017
# You can also use the format mongodb://username:password@host:port or
# uncomment the following lines if you want to define them separately
# DB_USERNAME=
# DB_PASSWORD=
# DB_AUTH_MECHANISM="SCRAM-SHA-256"
# DB_AUTH_SOURCE=admin