Added support for https
[nonrtric.git] / policy-agent / config / application.yaml
index 73f280a..b128494 100644 (file)
@@ -1,6 +1,10 @@
 spring:
   profiles:
     active: prod
+  main:
+    allow-bean-definition-overriding: true
+  aop:
+    auto: false
 management:
   endpoints:
     web:
@@ -13,7 +17,16 @@ logging:
     org.springframework: ERROR
     org.springframework.data: ERROR
     org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
-    org.onap.dcaegen2.collectors.datafile: WARN
-  file: /var/log/ONAP/application.log
+    org.oransc.policyagent: INFO
+  file: /var/log/policy-agent/application.log
+server:
+   port : 8433
+   ssl:
+      key-store-type: PKCS12
+      key-store-password: policy_agent
+      key-store: classpath:keystore.jks
+      key-password: policy_agent
 app:
   filepath: /opt/app/policy-agent/config/application_configuration.json
+
+