Skip to content

Commit

Permalink
PR bot comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tapiwa-tiyemba committed Apr 18, 2024
1 parent 14945a7 commit 265b1cd
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,10 @@ include "frontend.conf"
appName=vat-service-guide
appUrl="http://"${appName}".local"

# An ApplicationLoader that uses Guice to bootstrap the application.
play.application.loader = "uk.gov.hmrc.play.bootstrap.ApplicationLoader"

# Primary entry point for all HTTP requests on Play applications
play.http.requestHandler = "uk.gov.hmrc.play.bootstrap.http.RequestHandler"

# Provides an implementation of AuditConnector. Use `uk.gov.hmrc.play.audit.AuditModule` or create your own.
# An audit connector must be provided.
play.modules.enabled += "uk.gov.hmrc.play.audit.AuditModule"

# Provides an implementation of MetricsFilter. Use `uk.gov.hmrc.play.graphite.GraphiteMetricsModule` or create your own.
# A metric filter must be provided
play.modules.enabled += "uk.gov.hmrc.play.bootstrap.graphite.GraphiteMetricsModule"

# Play Modules
# ~~~~
# Additional play modules can be added here

# Provides an implementation and configures all filters required by a Platform frontend microservice.
play.modules.enabled += "uk.gov.hmrc.play.bootstrap.frontend.FrontendModule"
play.http.filters = "uk.gov.hmrc.play.bootstrap.frontend.filters.FrontendFilters"

# Session Timeout
# ~~~~
# The default session timeout for the app is 15 minutes (900seconds).
Expand Down

0 comments on commit 265b1cd

Please sign in to comment.