Skip to content

Commit

Permalink
Merge pull request #582 from alphagov/PP-6085_add_default_port
Browse files Browse the repository at this point in the history
PP-6085: Add default application port (8080)
  • Loading branch information
rjbaker authored Feb 7, 2020
2 parents b2a3562 + 5db4503 commit cba7aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
server:
applicationConnectors:
- type: http
port: ${PORT}
port: ${PORT:-8080}
requestLog:
appenders:
- type: console
Expand Down Expand Up @@ -77,4 +77,4 @@ queueMessageReceiverConfig:

reportingConfig:
maximumCsvRowsSize: ${REPORTING_MAX_CSV_ROWS_SIZE:-100000}
streamingCsvPageSize: ${STREAMING_CSV_PAGE_SIZE:-5000}
streamingCsvPageSize: ${STREAMING_CSV_PAGE_SIZE:-5000}

0 comments on commit cba7aae

Please sign in to comment.