You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ik...@apache.org on 2019/09/02 22:39:53 UTC

[fineract-cn-template] 33/38: Ensure flyway migrations target right database

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 <u2...@gmail.com>
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