diff options
Diffstat (limited to 'config/pe/console.conf')
-rw-r--r-- | config/pe/console.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/pe/console.conf b/config/pe/console.conf index f07b93f1..d8b4f045 100644 --- a/config/pe/console.conf +++ b/config/pe/console.conf @@ -90,7 +90,7 @@ REFRESH_RATE=40000 # -REST_PAP_URL=http://pap:9091/pap/ +REST_PAP_URL=https://pap:9091/pap/ # # Config/Action Properties location. @@ -98,7 +98,7 @@ REST_PAP_URL=http://pap:9091/pap/ REST_CONFIG_HOME=${{POLICY_HOME}}/servers/pap/webapps/Config/ REST_ACTION_HOME=${{POLICY_HOME}}/servers/pap/webapps/Action/ -REST_CONFIG_URL=http://pap:9091/ +REST_CONFIG_URL=https://pap:9091/ REST_CONFIG_WEBAPPS=${{POLICY_HOME}}/servers/pap/webapps/ # PAP account information |