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:00:14 UTC

[fineract-cn-office] 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-office.git


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

commit a24d351bc0cd2b88ba7bf2f190ebbb1e25adfc69
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sat Oct 12 15:56:52 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 a68aabf..2327c35 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: