diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2022-01-12 16:15:34 +0100 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2022-01-12 17:08:52 +0100 |
commit | 01162eadfe8aa3b14694b149b76773d8f64d675e (patch) | |
tree | d68248911e1d93a840ba1594933d9df49206d60f /a1-policy-management | |
parent | 0f8b20544745afaf9c7b38140b9516667d9c4752 (diff) |
PMS, Removed use of CBS
Documentation updates
Issue-ID: CCSDK-3560
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: I0e9e5fe4eefb8a95936596f5484c5b7cebc66717
Diffstat (limited to 'a1-policy-management')
-rw-r--r-- | a1-policy-management/config/application.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/a1-policy-management/config/application.yaml b/a1-policy-management/config/application.yaml index 5e6c6fec..5684c463 100644 --- a/a1-policy-management/config/application.yaml +++ b/a1-policy-management/config/application.yaml @@ -57,8 +57,7 @@ server: key-password: policy_agent key-alias: policy_agent 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. + # Location of the component configuration file. filepath: /opt/app/policy-agent/data/application_configuration.json webclient: # Configuration of the trust store used for the HTTP client (outgoing requests) |