summaryrefslogtreecommitdiff
path: root/config.json
blob: 3b108cdb1042f37aa8c2f1d5c35a32c4f5d5c7e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "components": [
    {
      "name": "ftp-listener",
      "type": "ftp",
      "port": 21
    }
  ],
  "reporters": [
    {
      "name": "nothingness",
      "type": "discord-logger",
      "options": {
        "webhook": "http://example.com"
      }
    }
  ]
}