DAO MongoDB - nicho92/MtgDesktopCompanion GitHub Wiki
- File Location : $USER_HOME/.magicDeskCompanion/dao/MongoDB.conf
- Category : DAO
- Version : 3.12.14
- Status : BETA
- Need Authenticator : No
Key | Description | Type | Default Value | Allowed Values |
---|---|---|---|---|
INIT_DEFAULT_COLS | create defaults collection at startup. Will be set to false after startup | Boolean | true | true false |
PASS | password of the connected user | Text | ||
SERVERPORT | listening port of the database | Text | 27017 | Any value between 1024 and 65535 |
DRIVER | Mongo server protocol. Use mongodb:// for standard network. Use mongodb+srv:// for atlas | Text | mongodb:// | mongodb:// mongodb+srv:// |
DB_NAME | database name | Text | mtgdesktopcompanion | |
LOGIN | user allowed to connect to the database | Text | login | |
PARAMETERS | MongoDB parameters append to the url | Text | ||
SERVERNAME | servername or ip of the server | Text | localhost |