diff options
author | Michael Mokry <mm117s@att.com> | 2018-08-22 10:39:12 -0500 |
---|---|---|
committer | Michael Mokry <mm117s@att.com> | 2018-08-22 10:55:19 -0500 |
commit | 18426fec0caba19ba978d61114ea1be982c96815 (patch) | |
tree | f03649d9360d05d15fcc2fb2d0b18476155fa1fb /config/pe/paplp.conf | |
parent | f27cc2be3a7c0caaad119f4bda5e42c73f99453e (diff) |
policy/docker changes to support PE https
Made changes to conf files and push-policies.sh to set variables and use
https in urls
Change-Id: I319e800a33756e771f57a8ef8bd611925fdd9299
Issue-ID: POLICY-781
Signed-off-by: Michael Mokry <mm117s@att.com>
Diffstat (limited to 'config/pe/paplp.conf')
-rw-r--r-- | config/pe/paplp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pe/paplp.conf b/config/pe/paplp.conf index 92e5b547..91567af5 100644 --- a/config/pe/paplp.conf +++ b/config/pe/paplp.conf @@ -16,7 +16,7 @@ LOGPARSER_JMX_PORT=9996 LOGPARSER_X_MS_MB=1024 LOGPARSER_X_MX_MB=1024 -SERVER=http://pap:9091/pap/ +SERVER=https://pap:9091/pap/ LOGPATH=/var/log/onap/policy/pap/pap-rest.log PARSERLOGPATH=${{POLICY_HOME}}/servers/paplp/bin/IntegrityMonitor.log |