diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 387dda2..f47e45f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,16 +2,15 @@ server: port: 8000 eureka: - instance: - hostname: gateway.studio.i client: register-with-eureka: true fetch-registry: true service-url: - defaultZone: http://52.78.155.253:8761/eureka/ + defaultZone: http://52.78.155.253:8761/eureka + spring: application: - name: apigateway-service + name: api-gateway-service cloud: gateway: routes: