diff options
Diffstat (limited to 'input-templates/phinputs.yaml')
-rw-r--r-- | input-templates/phinputs.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/input-templates/phinputs.yaml b/input-templates/phinputs.yaml index 850f935..e252a9e 100644 --- a/input-templates/phinputs.yaml +++ b/input-templates/phinputs.yaml @@ -46,8 +46,8 @@ application_config: # 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" |