diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 662d92e..387dda2 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -3,12 +3,12 @@ server: eureka: instance: - hostname: api.gateway + hostname: gateway.studio.i client: register-with-eureka: true fetch-registry: true service-url: - defaultZone: http://52.78.155.253:8761 + defaultZone: http://52.78.155.253:8761/eureka/ spring: application: name: apigateway-service