{
  "type": "DBMongo",
  "id": "mymongo",
  "properties": {
    "db": "mydatabase",
    "host": "host",
    "port": 27017,
    "databaseConnection": "connect on startup",
    "createUuid": true,
    "convertObjectId": false,
    "credentials": {
      "dbAuth": false,
      "dbAuthSource": "admin",
      "user": "myuser",
      "passwd": "mypassword"
    },
    "ssl": {
      "enabled": false,
      "sslValidate": true,
      "acceptInvalidCerts": false,
      "sslCA": "",
      "checkServerIdentity": false
    },
    "replSet": {
      "enabled": false,
      "replicaSet": ""
    },
    "healthcheck": {
      "enabled": "startup"
    }
  },
  "groups": [],
  "brokers": [],
  "logLevel": "none",
  "timeout": 60000
}