X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fpolicy_agent%2Fapplication.yaml;h=275ad3f27aa515f912cadc802aa0299148433853;hb=0bfb04334ab5d9eb9b0ea573abb00eab12d9f2af;hp=5c5b08d89fad8ddb94291eef669f4b23104d116c;hpb=46c3e2be383add6bb21570a24abef778fd75a762;p=nonrtric.git diff --git a/test/simulator-group/policy_agent/application.yaml b/test/simulator-group/policy_agent/application.yaml index 5c5b08d8..275ad3f2 100644 --- a/test/simulator-group/policy_agent/application.yaml +++ b/test/simulator-group/policy_agent/application.yaml @@ -55,6 +55,8 @@ app: filepath: /opt/app/policy-agent/data/application_configuration.json # path where the service can store data vardata-directory: /var/policy-management-service + # path to json schema for config validation + config-file-schema-path: /application_configuration_schema.json webclient: # Configuration of the trust store used for the HTTP client (outgoing requests) # The file location and the password for the truststore is only relevant if trust-store-used == true @@ -66,3 +68,4 @@ app: # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s http.proxy-host: $AGENT_HTTP_PROXY_CONFIG_HOST_NAME http.proxy-port: $AGENT_HTTP_PROXY_CONFIG_PORT + http.proxy-type: HTTP