summaryrefslogtreecommitdiffstats
path: root/server/config/config.template.json
blob: 6ad7ad5b8fe6bc464ec12accc2d6c56c0115c41e (plain) (blame)
1
2
3
4
5
6
7
8
{
  "https": {
    "port": "<HTTPS_PORT>"
  }, "dhcp": {
    "user": "<DHCP_USER>",
    "password": "<DHCP_PASSWORD>"
  }
}