All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala-play-server.conf.application.conf.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
# This is the main configuration file for the application.
# Refer to https://www.playframework.com/documentation/latest/ConfigFile for more information.

play {
  filters.headers.contentSecurityPolicy = null
  modules.enabled += "{{basePackage}}.Module"

  http {
    secret.key = "changeme"
    errorHandler = "{{basePackage}}.ErrorHandler"
  }

  assets {
    path = "/public"
    urlPrefix = "/assets"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy