Athena::Framework::Bundle::Schema::Router
#
Configuration Properties
default_uri
#
type:
String | ::Nil
default:
nil
The default URI used to generate URLs in non-HTTP contexts. See the Getting Started docs for more information.
http_port
#
type:
Int32
default:
80
The default HTTP port when generating URLs. See the Getting Started docs for more information.
https_port
#
type:
Int32
default:
443
The default HTTPS port when generating URLs. See the Getting Started docs for more information.
strict_requirements
#
type:
Bool | ::Nil
default:
true
Determines how invalid parameters should be treated when Generating URLs:
true
- Raise an exception for mismatched requirements.false
- Do not raise an exception, but return an empty string.nil
- Disables checks, returning a URL with possibly invalid parameters.