This is an automated email from the ASF dual-hosted git repository. ikamga pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-template.git
commit c83f004fddf94348ceb76c6d9e3f086cd7c9703f Author: Isaac Kamga <[email protected]> AuthorDate: Thu May 9 02:25:15 2019 +0100 Ensure flyway migrations target right database --- service/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/resources/application.yml b/service/src/main/resources/application.yml index 6123bd6..6bdce44 100644 --- a/service/src/main/resources/application.yml +++ b/service/src/main/resources/application.yml @@ -25,7 +25,7 @@ spring: enabled: false datasource: driver-class-name: org.postgresql.Driver - url: jdbc:postgresql://localhost:5432/seshat + url: jdbc:postgresql://localhost:5432/playground username: postgres password: postgres
