@@ -43,7 +43,8 @@ play.modules.enabled += "uk.gov.hmrc.cataloguefrontend.CatalogueFrontendModule"
43
43
44
44
45
45
appName = catalogue-frontend
46
- application.secret = "000000000000000000000000000000000000000000000000000000000000test"
46
+
47
+ play.http.secret.key = "000000000000000000000000000000000000000000000000000000000000test"
47
48
48
49
# Session configuration
49
50
# ~~~~~
@@ -70,7 +71,7 @@ play.http.errorHandler = "uk.gov.hmrc.cataloguefrontend.service.CatalogueErrorHa
70
71
# you may need to define a router file `conf/my.application.routes`.
71
72
# Default to Routes in the root package (and conf/routes)
72
73
# !!!WARNING!!! DO NOT CHANGE THIS ROUTER
73
- application .router = prod.Routes
74
+ play.http .router = prod.Routes
74
75
75
76
assets {
76
77
version = "2.149.0"
@@ -83,9 +84,9 @@ assets {
83
84
84
85
# Controller
85
86
# ~~~~~
86
- # By default all controllers will have authorisation, logging and
87
+ # By default all controllers will have authorisation, logging and
87
88
# auditing (transaction monitoring) enabled.
88
- # The below controllers are the default exceptions to this rule.
89
+ # The below controllers are the default exceptions to this rule.
89
90
90
91
controllers {
91
92
com.kenshoo.play.metrics.MetricsController = {
@@ -118,18 +119,6 @@ controllers {
118
119
# You can disable evolutions if needed
119
120
# evolutionplugin=disabled
120
121
121
- # Logger
122
- # ~~~~~
123
- # You can also configure logback (http://logback.qos.ch/), by providing a logger.xml file in the conf directory .
124
-
125
- # Root logger:
126
- logger.root = ERROR
127
-
128
- # Logger used by the framework:
129
- logger.play = INFO
130
-
131
- # Logger provided to your application:
132
- logger.application = DEBUG
133
122
134
123
# Metrics plugin settings - graphite reporting is configured on a per env basis
135
124
metrics {
0 commit comments