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

Commit

Permalink
ADDED: support for env variable PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Feb 23, 2024
1 parent 7746021 commit 88da537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# URL of the Eureka service
eureka.client.serviceUrl.defaultZone=http://${EUREKA_INTERNAL_DOMAIN:book-a-book-eureka}:${EUREKA_INTERNAL_PORT:8761}/eureka

server.port=80
server.port=${PORT:80}

0 comments on commit 88da537

Please sign in to comment.