UNPKG

228 BJSONView Raw
1{
2 "targets": {
3 "google": {
4 "protocol": "https",
5 "hostname": "google.com"
6 },
7 "default": {
8 "protocol": "https",
9 "hostname": "example.com"
10 }
11 },
12 "cron": {
13 "noop": "* * * * * *",
14 "vars": "* * * * * *"
15 }
16}