Skip to content
nicol edited this page Dec 9, 2024 · 12 revisions

Technical information

  • File Location : $USER_HOME/.magicDeskCompanion/dao/MongoDB.conf
  • Category : DAO
  • Version : 3.12.14
  • Status : BETA
  • Need Authenticator : No

Configure the plugin

Key Description Type Default Value Allowed Values
INIT_DEFAULT_COLS create defaults collection at startup. Will be set to false after first 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
Clone this wiki locally