blob: c016e82e03c9b34942981a7b7fa7618b96a6b224 [file] [log] [blame]
Zdravko Bozakov958d81c2019-12-13 22:09:48 +01001{
2 "sadis": {
3 "integration": {
Anand S Kattib409ee02020-02-20 20:10:00 +05304 "url": "http://bbsim.voltha.svc:50074/v1/subscribers/%s",
Zdravko Bozakov958d81c2019-12-13 22:09:48 +01005 "cache": {
6 "enabled": true,
7 "maxsize": 50,
8 "ttl": "PT1m"
9 }
10 }
11 },
12 "bandwidthprofile": {
13 "integration": {
Anand S Kattib409ee02020-02-20 20:10:00 +053014 "url": "http://bbsim.voltha.svc:50074/v1/bandwidthprofiles/%s",
Zdravko Bozakov958d81c2019-12-13 22:09:48 +010015 "cache": {
16 "enabled": true,
17 "maxsize": 40,
18 "ttl": "PT1m"
19 }
20 }
21 }
Anand S Kattib409ee02020-02-20 20:10:00 +053022}