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

Commit

Permalink
CHANGED: port for eureka server in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jan 29, 2024
1 parent 86e564d commit 7bd8c26
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 @@ -61,7 +61,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
# Configure application name for
spring.application.name=operador
# URL of the Eureka service
eureka.client.serviceUrl.defaultZone=${EUREKA_URI:http://localhost:8762/eureka}
eureka.client.serviceUrl.defaultZone=${EUREKA_URI:http://localhost:8761/eureka}
# Use IP address
eureka.instance.preferIpAddress=true
eureka.client.register-with-eureka=false
Expand Down

0 comments on commit 7bd8c26

Please sign in to comment.