Skip to content

Commit 4124095

Browse files
Expose HTTP_HOST and HTTP_PORT environment variables.
1 parent bfa35cc commit 4124095

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/resources/application.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
ssl-port: -1
77

88
quarkus:
9+
http:
10+
host: ${HTTP_HOST}
11+
port: ${HTTP_PORT}
912
banner:
1013
enabled: true
1114
path: banner.txt

0 commit comments

Comments
 (0)