mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-01 19:17:52 +00:00
added processing of ApSsidMetrics, adjusted application properties for opensync-gateway-cloud-process to reference Client service
This commit is contained in:
@@ -93,23 +93,27 @@ tip.wlan.secondaryPort=9097
|
||||
tip.wlan.csrf-enabled=false
|
||||
|
||||
#properties that configure remote interfaces to communicate with cloud
|
||||
# when separate portal - prov - ssc processes are in use:
|
||||
# when separate portal - prov - ssc processes are in use:
|
||||
##SSC-related services
|
||||
#tip.wlan.cloudEventDispatcherBaseUrl=https://localhost:9031
|
||||
#tip.wlan.statusServiceBaseUrl=https://localhost:9031
|
||||
#tip.wlan.routingServiceBaseUrl=https://localhost:9031
|
||||
##PROV-related services
|
||||
#tip.wlan.customerServiceBaseUrl=https://localhost:9091
|
||||
#tip.wlan.locationServiceBaseUrl=https://localhost:9091
|
||||
#tip.wlan.equipmentServiceBaseUrl=https://localhost:9091
|
||||
#tip.wlan.profileServiceBaseUrl=https://localhost:9091
|
||||
#tip.wlan.routingServiceBaseUrl=https://localhost:9091
|
||||
|
||||
# For all-cloud-in-one-process :
|
||||
#SSC-related services
|
||||
tip.wlan.cloudEventDispatcherBaseUrl=https://localhost:9092
|
||||
tip.wlan.statusServiceBaseUrl=https://localhost:9092
|
||||
tip.wlan.routingServiceBaseUrl=https://localhost:9092
|
||||
#PROV-related services
|
||||
tip.wlan.customerServiceBaseUrl=https://localhost:9092
|
||||
tip.wlan.locationServiceBaseUrl=https://localhost:9092
|
||||
tip.wlan.equipmentServiceBaseUrl=https://localhost:9092
|
||||
tip.wlan.profileServiceBaseUrl=https://localhost:9092
|
||||
tip.wlan.routingServiceBaseUrl=https://localhost:9092
|
||||
|
||||
|
||||
#server.session-timeout= # session timeout in seconds
|
||||
|
||||
Reference in New Issue
Block a user