Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
REMOVED: prefer ip address
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jan 29, 2024
1 parent 0ff46c3 commit 971e38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

###############
Expand Down

0 comments on commit 971e38e

Please sign in to comment.