summarylogtreecommitdiffstats
path: root/hooktor.json
blob: 2b871373c82c9f8018de50d21684b15f75b307d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "enabledServices": [
    "github",
    "travis"
  ],
  "projectConfigRoot": "/var/lib/hooktor/projects",
  "server": {
    "listen": {
      "address": "::1",
      "port": 4042
    }
  }
}