Clean-up existing docker-compose solutions
[oam.git] / solution / smo / oam / ves-collector / collector.properties
 ##              - At this time, the server always binds to 0.0.0.0
 ##
 ##
-#collector.service.port=8080
+collector.service.port=8080
 
 ## Authentication is only supported via secure port
 ## When enabled - require valid keystore defined
-collector.service.secure.port=8443
+collector.service.secure.port=8443
 
 # auth.method flags:
 #
 # noAuth - default option - no security (http)
 # certBasicAuth - auth by certificate and basic auth username / password (https)
-auth.method=certBasicAuth
+auth.method=noAuth
 
 ## Combination of userid,hashPassword encoded pwd list to be supported
 ## userid and pwd comma separated; pipe delimitation between each pair