Skip to content

Commit

Permalink
Use the PORT environment variable, but still default to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Moore committed Sep 5, 2019
1 parent 86e1bbf commit b5c27d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
@@ -1,4 +1,4 @@
server.port=8080
server.port=${PORT:8080}

# Thymeleaf

Expand Down

0 comments on commit b5c27d3

Please sign in to comment.