Skip to content

Commit

Permalink
Update default configuration of docker application.
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrik committed Jul 13, 2024
1 parent 4761760 commit deaaccb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ ndw:
traffic:
timeZone: "Europe/Amsterdam"
baseUrl: "http://stofradar.nl:9002"
expiryDurationMinutes: 1440
headers:
Access-Control-Allow-Origin: "*"
X-Accel-Buffering: "no"
logging: !<default>
level: "INFO"
loggers: {}
Expand All @@ -13,6 +17,7 @@ logging: !<default>
logFormat: "%d{yyyy-MM-dd} | %d{HH:mm:ss.SSS} | %-15.15thread | %5p | %-25.25logger{25} | %m%n"
target: "STDOUT"
server: !<default>
adminConnectors: []
applicationConnectors:
- type: http
port: 9002
Expand Down

0 comments on commit deaaccb

Please sign in to comment.