mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
* Add Option to Use MongoDB Credentials * updated example Co-authored-by: Jack <bartnikjack@gmail.com>
8 lines
282 B
Bash
8 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
|