X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=policy-agent%2Fconfig%2Fapplication.yaml;h=aac43930e14215c0a21ae6f96bbe4899e8bcad65;hb=855d29136a580ebc53e27f3920b92ce25a62dda3;hp=5b6df771928a50de12b0a14b4092a5bb3e69183e;hpb=ff56d2600d074ac0a4473c81b8193004a316c2f8;p=nonrtric.git diff --git a/policy-agent/config/application.yaml b/policy-agent/config/application.yaml index 5b6df771..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.oransc.policyagent: 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: /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 -server: - port : 8081