diff options
Diffstat (limited to 'packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json')
-rw-r--r-- | packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json index 9fee0d97..d5b021b4 100644 --- a/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-xacmlpdp-tarball/src/main/resources/etc/defaultConfig.json @@ -8,7 +8,6 @@ "userName": "healthcheck", "password": "zb!XztG34", "https": true, - "aaf": false, "prometheus": true }, "policyApiParameters": { @@ -16,8 +15,7 @@ "port": 6969, "userName": "healthcheck", "password": "zb!XztG34", - "useHttps": true, - "aaf": false + "useHttps": true }, "applicationParameters": { "applicationPath": "/opt/app/policy/pdpx/apps" |