From be3127220aed103d1c1bb495080d62593d61b835 Mon Sep 17 00:00:00 2001 From: pwielebs Date: Tue, 4 Sep 2018 09:50:05 +0200 Subject: Maven resources refactoring Added resurces to java spring classpath directly Change-Id: I194748706f63cff1966111bbdb52538bd5a83855 Issue-ID: DCAEGEN2-606 Signed-off-by: pwielebs --- prh-app-server/config/application.yaml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 prh-app-server/config/application.yaml (limited to 'prh-app-server/config/application.yaml') diff --git a/prh-app-server/config/application.yaml b/prh-app-server/config/application.yaml deleted file mode 100644 index 2e6f54df..00000000 --- a/prh-app-server/config/application.yaml +++ /dev/null @@ -1,21 +0,0 @@ -spring: - profiles: - active: prod -server: - port: 8433 - ssl: - key-store-type: PKCS12 - key-store-password: nokiapnf - key-store: classpath:keystore.jks - key-password: nokiapnf - keyAlias: tomcat-localhost -logging: - level: - ROOT: ERROR - org.onap.dcaegen2.services.prh: INFO - reactor.ipc.netty.http.client: WARN - org.springframework: ERROR - org.springframework.data: ERROR - org.springframework.web.reactive: WARN -app: - filepath: config/prh_endpoints.json \ No newline at end of file -- cgit 1.2.3-korg