{
  "mqtt": {
    "broker": "ssl://eu1.cloud.thethings.network:8883",
    "username": "de-hottis-level-monitoring@ttn",
    "password": "ENV",
    "tlsEnable": "true"
  },
  "topicMappings": [
    {
      "topics": [ "v3/#" ],
      "handler": "TTN",
      "id": "TTN0",
      "config": {
        "databaseConnStr": "",
        "attributes": {
        }
      }
    }
  ],
  "archiver": {
    "dir": "/archive"
  }
}