Skip to content

Commit

Permalink
Merge pull request #111 from hmrc/NOJIRA_pr-commentor-conf
Browse files Browse the repository at this point in the history
NOJIRA remove config we don't need
  • Loading branch information
oscarduignan committed Jun 15, 2023
2 parents 4d43657 + ba3aeee commit 7df9abe
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ play.http.errorHandler = "uk.gov.hmrc.helpfrontend.config.ErrorHandler"
microservice {
metrics {
graphite {
host = localhost
port = 2003
prefix = play.${appName}.
enabled = true
}
}
Expand All @@ -68,23 +65,11 @@ microservice {
}

metrics {
name = ${appName}
rateUnit = SECONDS
durationUnit = SECONDS
showSamples = true
jvm = true
enabled = true
}

auditing {
enabled = true
traceRequests = true
consumer {
baseUri {
host = localhost
port = 8100
}
}
}

controllers {
Expand Down

0 comments on commit 7df9abe

Please sign in to comment.