FINCN-180 remove tenant-specific data source from configuration
diff --git a/service/src/main/resources/application.yml b/service/src/main/resources/application.yml
index e087355..d196736 100644
--- a/service/src/main/resources/application.yml
+++ b/service/src/main/resources/application.yml
@@ -23,11 +23,6 @@
       enabled: false
     config:
       enabled: false
-  datasource:
-    driver-class-name: org.postgresql.Driver
-    url: jdbc:postgresql://localhost:5432/playground
-    username: postgres
-    password: postgres
 
 eureka:
   client: