summary refs log tree commit diff stats
path: root/creds.json
blob: 98ffc51d6c1fa4eab0cd5bf269044c45de30273f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "powerdns": {
    "TYPE": "POWERDNS",
    "apiKey": "$POWERDNS_API_KEY",
    "apiUrl": "$POWERDNS_API_URL",
    "serverName": "localhost"
  },
  "ovh": {
    "TYPE": "OVH",
    "app-key": "$OVH_APP_KEY",
    "app-secret-key": "$OVH_APP_SECRET_KEY",
    "consumer-key": "$OVH_CONSUMER_KEY",
    "endpoint": "eu"
  }
}