From fcf356ddfe53c7ded1e66bf72ca4926d549d7ef8 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Tue, 31 Aug 2021 12:13:05 -0700 Subject: [PATCH] Moving to OW namespace --- owfms.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/owfms.properties b/owfms.properties index 0c81392..e2b32a1 100644 --- a/owfms.properties +++ b/owfms.properties @@ -15,7 +15,7 @@ openwifi.restapi.host.0.cert = $OWFMS_ROOT/certs/restapi-cert.pem openwifi.restapi.host.0.key = $OWFMS_ROOT/certs/restapi-key.pem openwifi.restapi.host.0.key.password = mypassword -ucentral.internal.restapi.host.0.backlog = 100 +openwifi.internal.restapi.host.0.backlog = 100 openwifi.internal.restapi.host.0.security = relaxed openwifi.internal.restapi.host.0.rootca = $OWFMS_ROOT/certs/restapi-ca.pem openwifi.internal.restapi.host.0.address = * @@ -62,8 +62,7 @@ alb.port = 16104 openwifi.kafka.group.id = firmware openwifi.kafka.client.id = firmware1 openwifi.kafka.enable = true -# openwifi.kafka.brokerlist = a1.arilia.com:9092 -openwifi.kafka.brokerlist = debfarm1-node-c.arilia.com:9092 +openwifi.kafka.brokerlist = a1.arilia.com:9092 openwifi.kafka.auto.commit = false openwifi.kafka.queue.buffering.max.ms = 50