William Cheng 09d27e82e7
Minor enhancements to Scala Play server generator (#2512)
* minor enhancements to openapi-generator

* update doc

* remove oudated doc
2019-03-27 09:47:47 +08:00

18 lines
414 B
Plaintext

# 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 += "org.openapitools.Module"
http {
secret.key = "changeme"
errorHandler = "org.openapitools.ErrorHandler"
}
assets {
path = "/public"
urlPrefix = "/assets"
}
}