Skip to content

Commit 108a2db

Browse files
mindstorms6tj
authored andcommitted
Fix port in application.properties (#73)
The `PORT` env var is provided by up itself, however (at least in my testing) this is case sensitive.
1 parent 5ffc43b commit 108a2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
spring.main.bannerMode=off
22
spring.application.name=demo
3-
server.port=${port:3000}
3+
server.port=${PORT:3000}

0 commit comments

Comments
 (0)