Test updates for ECS, PMS and SDNC
[nonrtric.git] / test / simulator-group / policy_agent / application.yaml
index 49111d8..75e4200 100644 (file)
@@ -53,6 +53,8 @@ app:
   # Location of the component configuration file. The file will only be used if the Consul database is not used;
   # configuration from the Consul will override the file.
   filepath: /opt/app/policy-agent/data/application_configuration.json
+  # path where the service can store data
+  vardata-directory: /var/policy-management-service
   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
@@ -64,3 +66,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