Manifest
Config manifest documentation
Description
logging
- logging setup unitheaders
- controls whether to enable/disable header loggingbody
- controls whether to enable/disable request/response body logging
constants
- constants setup unit<constant name>: <constant value>
- an enumeration (key, value) of user-defined constants
proxy
- constants setup unitname
- name of proxy entryurl
- url of proxy entry
Note
You can use constants in a route YAML:
Backward Compatibility
The file name config.[yaml|yml]
is reserved. You can still configure the project, but it will not support the manifest declaration. For config.yml
you can declare settings in that way:
Last updated