Andy Bavier | 8a348cf | 2020-01-08 11:13:09 -0700 | [diff] [blame] | 1 | { |
2 | "org.opencord.sadis": { | ||||
3 | "sadis": { | ||||
4 | "integration": { | ||||
5 | "url":"http://bbsim.voltha.svc:50074/subscribers/%s", | ||||
6 | "cache": { | ||||
7 | "enabled":true, | ||||
8 | "maxsize":50, | ||||
9 | "ttl":"PT1m" | ||||
10 | } | ||||
11 | } | ||||
12 | }, | ||||
13 | "bandwidthprofile": { | ||||
14 | "integration": { | ||||
15 | "url":"http://bbsim.voltha.svc:50074/bandwidthprofiles/%s", | ||||
16 | "cache": { | ||||
17 | "enabled":true, | ||||
18 | "maxsize":40, | ||||
19 | "ttl":"PT1m" | ||||
20 | } | ||||
21 | } | ||||
22 | } | ||||
23 | } | ||||
24 | } |