X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=policy-agent%2Fconfig%2Fapplication.yaml;h=4f5e2427b73011c6d75ccf71d0eb53332fea9c72;hb=6a39814272307d0207222c9229b0d765ac062bf0;hp=aac43930e14215c0a21ae6f96bbe4899e8bcad65;hpb=d9df6244e4ba89b71cba364f156ca529c3703faa;p=nonrtric.git diff --git a/policy-agent/config/application.yaml b/policy-agent/config/application.yaml index aac43930..4f5e2427 100644 --- a/policy-agent/config/application.yaml +++ b/policy-agent/config/application.yaml @@ -18,14 +18,15 @@ 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: @@ -33,5 +34,5 @@ app: 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