{
  "webserver": {
    "enabled": true,
    "ip": "127.0.0.1",
    "ipv6": "::1",
    "port": 8081,
    "virtualhosts": [],
    "startupBufferTimeout": 5000
  },
  "wsserver": {
    "enabled": true,
    "port": 8080
  },
  "log": {
    "file": {
      "enabled": false,
      "filename": "./log/mozilla-updater.log",
      "level": "info",
      "handleExceptions": false,
      "json": false,
      "prettyPrint": true,
      "colorize": false
    },
    "console": {
      "enabled": false,
      "level": "debug",
      "handleExceptions": false,
      "json": false,
      "prettyPrint": true,
      "colorize": true
    }
  },
  "auth": {
    "strategies": ["local"]
  },
  "core": {
    "config": {
      "db": "./tmp/db.json"
    }
  },
  "db": {
    "reconnectOnConfigurationChange": true,
    "forceReconnectOnDisconnect": true,
    "attemptsLimit": 100
  },
  "for-the-test": "This key is only set in the test configuration file"
}
