X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fconfig%2Fapplication.yaml;h=4f5e2427b73011c6d75ccf71d0eb53332fea9c72;hb=0f8b3b162b7ab08cdfc998979cfa9866634893a6;hp=c0ddfb57b14b91605ac67dd6c18f9c4267668f34;hpb=4916d96ee10a9f351356b026c84a3cd7ee8165e6;p=nonrtric.git diff --git a/policy-agent/config/application.yaml b/policy-agent/config/application.yaml index c0ddfb57..4f5e2427 100644 --- a/policy-agent/config/application.yaml +++ b/policy-agent/config/application.yaml @@ -18,20 +18,21 @@ logging: org.springframework.data: ERROR org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR org.oransc.policyagent: INFO - file: /var/log/policy-agent/application.log + file: + name: /var/log/policy-agent/application.log server: port : 8433 http-port: 8081 ssl: key-store-type: JKS key-store-password: policy_agent - key-store: classpath:keystore.jks + key-store: /opt/app/policy-agent/etc/cert/keystore.jks key-password: policy_agent key-alias: policy_agent app: - filepath: /opt/app/policy-agent/config/application_configuration.json + filepath: /opt/app/policy-agent/data/application_configuration.json webclient: trust-store-used: false trust-store-password: policy_agent - trust-store: classpath:keystore.jks + trust-store: /opt/app/policy-agent/etc/cert/truststore.jks