Project

General

Profile

Idea #9162 » example-config.json

Tom Clegg, 05/20/2016 03:19 PM

 
1
{
2
    "Client": {
3
        "APIHost": "4xphq.arvadosapi.com:443",
4
        "AuthToken": "zzzzzz",
5
        "Insecure": false
6
    },
7
    "RunPeriod": "600s",
8
    "KeepServiceTypes": [
9
        "disk"
10
    ]
11
    "KeepServiceList": {
12
        "items": [
13
            {"uuid":"zzzzz-bi6l4-0123456789abcdef","service_host":"keep0.zzzzz.arvadosapi.com","service_port":25107},
14
            {"uuid":"zzzzz-bi6l4-123456789abcdef0","service_host":"keep1.zzzzz.arvadosapi.com","service_port":25107}
15
        ]
16
    }
17
}
(2-2/2)