Skip to content

Commit

Permalink
Revert EVE_ROUTE_PORT env var back to PORT: it does not work with Her…
Browse files Browse the repository at this point in the history
…oku.
  • Loading branch information
tkhamez committed Nov 2, 2020
1 parent 8c8f542 commit b1c3a05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Example connection strings for EVE_ROUTE_DB:
- jdbc:h2:./h2file

The following variables are optional, see resources/application.conf for their default values:
- EVE_ROUTE_PORT
- PORT
- EVE_ROUTE_OAUTH_AUTHORIZE
- EVE_ROUTE_OAUTH_TOKEN
- EVE_ROUTE_OAUTH_KEY_SET
Expand Down
2 changes: 1 addition & 1 deletion resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ktor {
deployment {
port = 8080
port = ${?EVE_ROUTE_PORT}
port = ${?PORT}
watch = [ classes ]
}
application {
Expand Down

0 comments on commit b1c3a05

Please sign in to comment.