@@ -17,26 +17,9 @@ include "frontend.conf"
1717appName = "user-allow-list-admin-frontend"
1818play.http.router = prod.Routes
1919
20- # An ApplicationLoader that uses Guice to bootstrap the application.
21- play.application.loader = "uk.gov.hmrc.play.bootstrap.ApplicationLoader"
22-
23- # Primary entry point for all HTTP requests on Play applications
24- play.http.requestHandler = "uk.gov.hmrc.play.bootstrap.http.RequestHandler"
25-
26- # Provides an implementation of AuditConnector. Use `uk.gov.hmrc.play.audit.AuditModule` or create your own.
27- # An audit connector must be provided.
28- play.modules.enabled += "uk.gov.hmrc.play.audit.AuditModule"
29-
30- # Provides an implementation of MetricsFilter. Use `uk.gov.hmrc.play.bootstrap.graphite.GraphiteMetricsModule` or create your own.
31- # A metric filter must be provided
32- play.modules.enabled += "uk.gov.hmrc.play.bootstrap.graphite.GraphiteMetricsModule"
33-
34- # Provides an implementation and configures all filters required by a Platform frontend microservice.
35- play.modules.enabled += "uk.gov.hmrc.play.bootstrap.frontend.FrontendModule"
3620play.filters.enabled += play.filters.csp.CSPFilter
3721
3822# Default http client
39- play.modules.enabled += "uk.gov.hmrc.play.bootstrap.HttpClientModule"
4023play.modules.enabled += "uk.gov.hmrc.play.bootstrap.HttpClientV2Module"
4124
4225# Internal auth module
@@ -47,15 +30,6 @@ play.http.errorHandler = "config.ErrorHandler"
4730
4831microservice {
4932
50- metrics {
51- graphite {
52- host = localhost
53- port = 2003
54- prefix = play.${appName}.
55- enabled = false
56- }
57- }
58-
5933 services {
6034
6135 contact-frontend {
@@ -78,40 +52,6 @@ microservice {
7852 }
7953}
8054
81- metrics {
82- name = ${appName}
83- rateUnit = SECONDS
84- durationUnit = SECONDS
85- showSamples = true
86- jvm = true
87- enabled = false
88- }
89-
90- auditing {
91- enabled = false
92- traceRequests = true
93- consumer {
94- baseUri {
95- host = localhost
96- port = 8100
97- }
98- }
99- }
100-
101- controllers {
102- controllers.Assets = {
103- needsAuditing = false
104- }
105-
106- uk.gov.hmrc.govukfrontend.controllers.Assets = {
107- needsAuditing = false
108- }
109-
110- uk.gov.hmrc.hmrcfrontend.controllers.Assets = {
111- needsAuditing = false
112- }
113- }
114-
11555play.i18n.langCookieHttpOnly: "true"
11656
11757# Change this value to true to enable Welsh translations to be loaded from messages.cy, and to display the language toggle
0 commit comments