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 18:03:27 UTC

[fineract-cn-teller] branch develop updated: 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-teller.git


The following commit(s) were added to refs/heads/develop by this push:
     new eead2bd  FINCN-180 remove tenant-specific data source from configuration
     new a2ffbfd  Merge pull request #16 from aasaru/FINCN-180
eead2bd is described below

commit eead2bd1cfc6d4581a31513bdc36163d434eb29b
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sat Oct 12 16:35:40 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 b0421f3..e1d75d4 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: