X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fconfig%2Fapplication.yaml;h=aac43930e14215c0a21ae6f96bbe4899e8bcad65;hb=d9df6244e4ba89b71cba364f156ca529c3703faa;hp=b41c3818793d57926e12b37128959c79ecf130dc;hpb=ffe0c150f08205d73ee362f58f492aeb2703f295;p=nonrtric.git diff --git a/policy-agent/config/application.yaml b/policy-agent/config/application.yaml index b41c3818..aac43930 100644 --- a/policy-agent/config/application.yaml +++ b/policy-agent/config/application.yaml @@ -2,12 +2,14 @@ spring: profiles: active: prod main: - allow-bean-definition-overriding: true + allow-bean-definition-overriding: true + aop: + auto: false management: endpoints: web: exposure: - include: "loggers,logfile,health,info,metrics" + include: "loggers,logfile,health,info,metrics,threaddump,heapdump" logging: level: @@ -15,10 +17,21 @@ logging: org.springframework: ERROR org.springframework.data: ERROR org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR - org.onap.dcaegen2.collectors.datafile: WARN + org.oransc.policyagent: INFO file: /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-password: policy_agent + key-alias: policy_agent app: - filepath: src/test/resources/test_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 -server: - port : 8081