|
@@ -13,6 +13,10 @@ play.i18n.langs = [ "en" ]
|
|
# Disable default filters
|
|
# Disable default filters
|
|
play.filters.enabled = [ ]
|
|
play.filters.enabled = [ ]
|
|
|
|
|
|
|
|
+# Disable thread local, it's not used by this application
|
|
|
|
+# ~~~~~
|
|
|
|
+play.allowHttpContext = false
|
|
|
|
+
|
|
play.modules {
|
|
play.modules {
|
|
enabled += "startup.StartupModule"
|
|
enabled += "startup.StartupModule"
|
|
}
|
|
}
|