We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa774cf commit 150d64cCopy full SHA for 150d64c
mtv/config.yaml
@@ -3,7 +3,7 @@
3
host: 'localhost' # the host name of `mongod` instance to connect to
4
# host: 'db' # only used for Docker deployment
5
port: 27017 # the port that `mongod` instance is running on
6
-db: 'testraw' # the name of the database to use
+db: 'mtv' # the name of the database to use
7
username: # username to authenticate with
8
password: # password to authenticate with
9
0 commit comments