mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
9 lines
291 B
Bash
9 lines
291 B
Bash
DB_NAME=monkeytype
|
|
DB_URI=mongodb://localhost:27017
|
|
MODE=dev
|
|
# 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
|