Athena::Framework::Bundle::Schema
#
Represents the possible properties used to configure and customize Athena Framework features. See the Getting Started docs for more information.
Configuration Properties
default_locale
#
String
en
The default locale is used if no _locale routing parameter has been set.
trusted_proxies
#
Array(String) | ::Nil
nil
Controls the IP addresses of trusted proxies that'll be used to get precise information about the client.
See the external documentation for more information.
trusted_headers
#
Athena::Framework::Request::ProxyHeader[:forwarded_for, :forwarded_port, :forwarded_proto]
Controls which headers your #trusted_proxies
use.
See the external documentation for more information.
trusted_header_overrides
#
Hash(Athena::Framework::Request::ProxyHeader, String)
{} of NoReturn => NoReturn
Allows overriding the header name to use for a given ATH::Request::ProxyHeader
.
See the external documentation for more information.