From 3f3a4d71e80ab134af52489e519f88be9786c860 Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Mon, 30 May 2022 14:22:46 +0200 Subject: NONRTRIC PMS, Sporadic instability Attempt to stablize the synch. Issue-ID: CCSDK-3683 Signed-off-by: PatrikBuhr Change-Id: Ie0f266e2eef23e91dcf6f5925a577bb930b6d9e8 --- a1-policy-management/config/application.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'a1-policy-management/config') diff --git a/a1-policy-management/config/application.yaml b/a1-policy-management/config/application.yaml index 7628624d..f0f53375 100644 --- a/a1-policy-management/config/application.yaml +++ b/a1-policy-management/config/application.yaml @@ -56,6 +56,8 @@ server: key-store: /opt/app/policy-agent/etc/cert/keystore.jks key-password: policy_agent key-alias: policy_agent + # trust-store-password: + # trust-store: app: # Location of the component configuration file. filepath: /opt/app/policy-agent/data/application_configuration.json @@ -80,4 +82,3 @@ app: # A file containing an authorization token, which shall be inserted in each HTTP header (authorization). # If the file name is empty, no authorization token is sent. auth-token-file: - -- cgit 1.2.3-korg