X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fpolicy_agent%2Fapplication.yaml;h=75e42004f8143eab346e8a2a61fb41a31803e591;hb=83a750fdb5861f39bcb636c672e2eea4a6ec891b;hp=49111d88ed5eb23678777c933aa2672e812ad9b1;hpb=1e539490bc37fed791895dd1f2f898caa3b0ca5c;p=nonrtric.git diff --git a/test/simulator-group/policy_agent/application.yaml b/test/simulator-group/policy_agent/application.yaml index 49111d88..75e42004 100644 --- a/test/simulator-group/policy_agent/application.yaml +++ b/test/simulator-group/policy_agent/application.yaml @@ -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