Skip to content

Commit

Permalink
Disable dropwizard admin connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrik committed Feb 11, 2024
1 parent a8f8200 commit c6db38f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion verkeersdrukte/src/dist/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,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 All @@ -23,4 +24,4 @@ server: !<default>
- type: file
currentLogFilename: requests.log
archivedLogFilenamePattern: requests.log.%d
archivedFileCount: 10
archivedFileCount: 10

0 comments on commit c6db38f

Please sign in to comment.