summaryrefslogtreecommitdiffstats
path: root/server/config/config.template.json
blob: 901454c4790f77c2a832adfb1ca449fd535d688e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "https": {
    "port": "<HTTPS_PORT>"
  },
  "tftp": {
    "host": "<TFTP_HOST>",
    "port": "<TFTP_PORT>",
    "root": "<TFTP_ROOTPATH>"
  }
}