mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-31 05:50:52 +00:00
18 lines
414 B
Plaintext
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"
|
|
}
|
|
}
|