blob: b0fcc91e4e27f5c4f163738226e15862b5352a63 [file] [log] [blame]
Anand S Kattib409ee02020-02-20 20:10:00 +05301{
2 "sadis": {
3 "integration": {
4 "url": "http://bbsim.voltha.svc:50074/v2/subscribers/%s",
5 "cache": {
6 "enabled": true,
7 "maxsize": 50,
8 "ttl": "PT1m"
9 }
10 }
11 },
12 "bandwidthprofile": {
13 "integration": {
14 "url": "http://bbsim.voltha.svc:50074/v2/bandwidthprofiles/%s",
15 "cache": {
16 "enabled": true,
17 "maxsize": 40,
18 "ttl": "PT1m"
19 }
20 }
21 }
22}