Skip to content

Commit

Permalink
Allow configuration of port via env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkavrba committed May 26, 2024
1 parent d44c15d commit 316771b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ micronaut:
serialization:
inclusion: non_null

server:
port: ${PORT:8080}

bot:
credentials:
tenor:
Expand Down

0 comments on commit 316771b

Please sign in to comment.