FINCN-180 remove non-needed data source configuration
diff --git a/service/src/main/resources/application.yml b/service/src/main/resources/application.yml
index 34fe037..a9c84ff 100644
--- a/service/src/main/resources/application.yml
+++ b/service/src/main/resources/application.yml
@@ -40,11 +40,6 @@
       enabled: false
     config:
       enabled: false
-  datasource:
-    driver-class-name: org.postgresql.Driver
-    url: jdbc:postgresql://localhost:5432/seshat
-    username: postgres
-    password: postgres
 
 eureka:
   client: