You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/10/16 20:03:54 UTC

[fineract-cn-template] 41/45: FINCN-180 remove tenant-specific data source from configuration

This is an automated email from the ASF dual-hosted git repository.

juhan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-template.git

commit 863617b3e700999670896caa89ee46f94fd40553
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sat Oct 12 16:34:02 2019 +0300

    FINCN-180 remove tenant-specific data source from configuration
---
 service/src/main/resources/application.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/service/src/main/resources/application.yml b/service/src/main/resources/application.yml
index 6bdce44..2ae6bd0 100644
--- a/service/src/main/resources/application.yml
+++ b/service/src/main/resources/application.yml
@@ -23,11 +23,6 @@ spring:
       enabled: false
     config:
       enabled: false
-  datasource:
-    driver-class-name: org.postgresql.Driver
-    url: jdbc:postgresql://localhost:5432/playground
-    username: postgres
-    password: postgres
 
 eureka:
   client: