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

Commit

Permalink
CHANGED: property to not register operador in eureka
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jan 29, 2024
1 parent 7bd8c26 commit d45b717
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 @@ -64,7 +64,7 @@ spring.application.name=operador
eureka.client.serviceUrl.defaultZone=${EUREKA_URI:http://localhost:8761/eureka}
# Use IP address
eureka.instance.preferIpAddress=true
eureka.client.register-with-eureka=false
#eureka.client.register-with-eureka=false

###############
### LOGGING ###
Expand Down

0 comments on commit d45b717

Please sign in to comment.