stephb9959
2023-02-24 22:52:43 -08:00
parent cb8829e322
commit 2dcf76aa3a

View File

@@ -70,11 +70,11 @@ These are different Microservie parameters. Following is a brief explanation.
openwifi.service.key = $OWSUB_ROOT/certs/restapi-key.pem openwifi.service.key = $OWSUB_ROOT/certs/restapi-key.pem
openwifi.service.key.password = mypassword openwifi.service.key.password = mypassword
openwifi.system.data = $OWSUB_ROOT/data openwifi.system.data = $OWSUB_ROOT/data
openwifi.system.uri.private = https://localhost:17004 openwifi.system.uri.private = https://localhost:17006
openwifi.system.uri.public = https://ucentral.dpaas.arilia.com:16002 openwifi.system.uri.public = https://openwifi.example.com:16006
openwifi.system.uri.ui = https://ucentral-ui.arilia.com openwifi.system.uri.ui = https://openwifi-prov-ui.example.com
openwifi.security.restapi.disable = false openwifi.security.restapi.disable = false
openwifi.system.commandchannel = /tmp/app.ucentralfms openwifi.system.commandchannel = /tmp/app.owsub
openwifi.autoprovisioning = true openwifi.autoprovisioning = true
``` ```
#### openwifi.service.key #### openwifi.service.key
@@ -102,7 +102,7 @@ Allow unknown devices to be provisioned by the system.
In order to support an application load balancer health check verification, your need to provide the following parameters. In order to support an application load balancer health check verification, your need to provide the following parameters.
```properties ```properties
alb.enable = true alb.enable = true
alb.port = 16102 alb.port = 16106
``` ```
### Kafka ### Kafka