diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 7e603ad..cd90916 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -63,7 +63,7 @@ spring.application.name=operador # URL of the Eureka service eureka.client.serviceUrl.defaultZone=${EUREKA_URI:http://localhost:8761/eureka} # Use IP address -eureka.instance.preferIpAddress=true +#eureka.instance.preferIpAddress=true #eureka.client.register-with-eureka=false ###############