diff --git a/auth-service.yml b/auth-service.yml
index 8c55d9f573ca8304d3ecb085422a0b86462bac8e..51009153b1e705fc09f420b6a4fc8100c065b05b 100644
--- a/auth-service.yml
+++ b/auth-service.yml
@@ -1,4 +1,8 @@
 spring:
   data:
     mongodb:
-      uri: mongodb://mongo-db-auth:27015/db
\ No newline at end of file
+      uri: mongodb://mongo-db-auth:27015/db
+eureka:
+  client:
+    service-url:
+      defaultZone: http://eureka-service:8761/eureka/
\ No newline at end of file