c764abc355
Also, create a section for API settings `api_settings` and move some related settings there. This patch also enables the configuration settings to be logged when the api process is started if debug is True. Change-Id: I31671789d186c4b8a775cc12a414acd2d439512d
12 lines
226 B
YAML
12 lines
226 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Several API related variables are moving to their own section `api_settings`.
|
|
bind_host
|
|
bind_port
|
|
api_handler
|
|
allow_pagination
|
|
allow_sorting
|
|
pagination_max_limit
|
|
api_base_uri
|