From: John Keeney Date: Fri, 14 Jan 2022 11:06:48 +0000 (+0000) Subject: Merge "NONRTRIC - PMS Fix dynamic configuration" X-Git-Tag: f-release~19 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b14cc15dfa6adf6de373f1f351a873ff340abc9a;hp=-c;p=it%2Fdep.git Merge "NONRTRIC - PMS Fix dynamic configuration" --- b14cc15dfa6adf6de373f1f351a873ff340abc9a diff --combined nonrtric/helm/policymanagementservice/resources/config/application.yaml index 5b1016c3,558216b9..0294e378 --- a/nonrtric/helm/policymanagementservice/resources/config/application.yaml +++ b/nonrtric/helm/policymanagementservice/resources/config/application.yaml @@@ -53,7 -53,7 +53,7 @@@ server 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 + filepath: /var/policy-management-service/application_configuration.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 @@@ -67,6 -67,3 +67,6 @@@ http.proxy-port: 0 # path where the service can store data vardata-directory: /var/policy-management-service + # the config-file-schema-path referres to a location in the jar file. If this property is empty or missing, + # no schema validation will be executed. + config-file-schema-path: /application_configuration_schema.json