From: Lathish Date: Wed, 23 Feb 2022 10:38:47 +0000 (+0000) Subject: Fix Schema name to be in consistent with other components X-Git-Tag: 6.2.1~7^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c80f93bf2a33d8213be0a2bdc31f2b7118e5617d;p=policy%2Fclamp.git Fix Schema name to be in consistent with other components Issue-ID: POLICY-3944 Change-Id: Ia20a7de1deb0b2282e1dd31c3e7d67da741d438d Signed-off-by: Lathish --- diff --git a/runtime-acm/src/main/resources/application.yaml b/runtime-acm/src/main/resources/application.yaml index 9f60211c8..0a5bb8b5d 100644 --- a/runtime-acm/src/main/resources/application.yaml +++ b/runtime-acm/src/main/resources/application.yaml @@ -7,7 +7,7 @@ spring: converters: preferred-json-mapper: gson datasource: - url: jdbc:mariadb://${mariadb.host:localhost}:${mariadb.port:3306}/clamp-acm + url: jdbc:mariadb://${mariadb.host:localhost}:${mariadb.port:3306}/clampacm driverClassName: org.mariadb.jdbc.Driver username: policy password: P01icY