Updated image tags for tests
[nonrtric.git] / test / simulator-group / policy_agent / application.yaml
index 5c5b08d..275ad3f 100644 (file)
@@ -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