Skip to content

Commit

Permalink
remove server port
Browse files Browse the repository at this point in the history
  • Loading branch information
antocalo committed Dec 11, 2024
1 parent ad1d364 commit 1adfdfe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ app:
connect.timeout.millis: "\${CONNECT_TIMEOUT_MILLIS:120000}"
read.timeout.millis: "\${READ_TIMEOUT_MILLIS:120000}"
auth:
base-url: "\${AUTH_SERVER_BASE_URL:https://auth-server/api}"
server:
port: 8081
base-url: "\${AUTH_SERVER_BASE_URL:https://auth-server/api}"

0 comments on commit 1adfdfe

Please sign in to comment.