blob: 86f2fd4f722cbb6d1d7b41a6b2483028d0b8f1fa [file] [log] [blame]
{
"apps": {
"org.opencord.dhcpl2relay": {
"dhcpl2relay": {
"useOltUplinkForServerPktInOut": true
}
},
"org.opencord.kafka": {
"kafka": {
"bootstrapServers": "172.17.0.1:9092"
}
},
"org.opencord.aaa": {
"AAA": {
"radiusIp": "172.17.0.1",
"radiusServerPort": "1812",
"radiusSecret": "SECRET",
"nasIp": "172.17.0.1",
"radiusConnectionType": "socket"
}
},
"org.opencord.sadis": {
"sadis": {
"integration": {
"url": "http://172.17.0.1:50074/subscribers/%s",
"cache": {
"enabled": true,
"maxsize": 50,
"ttl": "PT1m"
}
}
},
"bandwidthprofile": {
"integration": {
"url": "http://172.17.0.1:50074/bandwidthprofiles/%s",
"cache": {
"enabled": true,
"maxsize": 40,
"ttl": "PT1m"
}
}
}
}
}
}