diff options
Diffstat (limited to 'policy-management/src/main/server/config/engine.properties')
-rw-r--r-- | policy-management/src/main/server/config/engine.properties | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/policy-management/src/main/server/config/engine.properties b/policy-management/src/main/server/config/engine.properties index de93b97e..85a24f08 100644 --- a/policy-management/src/main/server/config/engine.properties +++ b/policy-management/src/main/server/config/engine.properties @@ -20,18 +20,18 @@ # Policy Engine Telemetry Server -http.server.services=SECURED-CONFIG +http.server.services=CONFIG -http.server.services.SECURED-CONFIG.host=${envd:TELEMETRY_HOST} -http.server.services.SECURED-CONFIG.port=9696 -http.server.services.SECURED-CONFIG.userName=${envd:TELEMETRY_USER} -http.server.services.SECURED-CONFIG.password=${envd:TELEMETRY_PASSWORD} -http.server.services.SECURED-CONFIG.restPackages=org.onap.policy.drools.server.restful -http.server.services.SECURED-CONFIG.managed=false -http.server.services.SECURED-CONFIG.swagger=true -http.server.services.SECURED-CONFIG.https=true -http.server.services.SECURED-CONFIG.aaf=${envd:AAF:false} -http.server.services.SECURED-CONFIG.serialization.provider=org.onap.policy.common.gson.JacksonHandler,org.onap.policy.common.endpoints.http.server.YamlJacksonHandler +http.server.services.CONFIG.host=${envd:TELEMETRY_HOST} +http.server.services.CONFIG.port=9696 +http.server.services.CONFIG.userName=${envd:TELEMETRY_USER} +http.server.services.CONFIG.password=${envd:TELEMETRY_PASSWORD} +http.server.services.CONFIG.restPackages=org.onap.policy.drools.server.restful +http.server.services.CONFIG.managed=false +http.server.services.CONFIG.swagger=true +http.server.services.CONFIG.https=false +http.server.services.CONFIG.aaf=${envd:AAF:false} +http.server.services.CONFIG.serialization.provider=org.onap.policy.common.gson.JacksonHandler,org.onap.policy.common.endpoints.http.server.YamlJacksonHandler aaf.namespace=${envd:AAF_NAMESPACE:false} aaf.root.permission=${envd:AAF_NAMESPACE:org.onap.policy}.pdpd |