SI-295_Unsecure config correction
diff --git a/gfsBackendService/src/main/resources/application.yml b/gfsBackendService/src/main/resources/application.yml
index a7ffb57..5789a12 100644
--- a/gfsBackendService/src/main/resources/application.yml
+++ b/gfsBackendService/src/main/resources/application.yml
@@ -143,6 +143,10 @@
 server:
   port: 9166
 
+contactService:
+  ribbon:
+    listOfServers: http://entdockergss:9156
+
 cors:
   corsEnabled: true