- tls on https and web-socket to policy-engine
- not enabling tls to deployment-handler until that is ready
Change-Id: I6d14204d912bd622891e276093f2d1bb732162fc
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-611
     # In long run we should figure out a way of bringing that info into consul record
     #    related to policy-engine itself.
     policy_engine :
-        url : "http://{{ policy_ip_addr }}:8081"
-        path_pdp : "/pdp/"
+        url : "https://{{ policy_ip_addr }}:8081"
+        path_notifications : "/pdp/notifications"
         path_api : "/pdp/api/"
         headers :
             Accept : "application/json"