blob: a8068b5adc3ea468e5b611bd318c74d1ea241bf0 [file] [log] [blame]
Andy Bavier8a348cf2020-01-08 11:13:09 -07001{
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}