| { |
| "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" |
| } |
| } |
| } |
| } |
| } |
| } |