mirror of
				https://github.com/Telecominfraproject/wlan-cloud-userportal.git
				synced 2025-10-30 18:17:47 +00:00 
			
		
		
		
	Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 stephb9959
					stephb9959