Adds the api_workers option
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
debug = {{ debug }}
|
||||
verbose = {{ verbose }}
|
||||
use_syslog = {{ use_syslog }}
|
||||
api_workers = {{ api_workers }}
|
||||
|
||||
{% include "parts/rabbitmq" -%}
|
||||
|
||||
[api]
|
||||
port = {{ port }}
|
||||
api_workers = {{ api_workers }}
|
||||
|
||||
[service_credentials]
|
||||
os_auth_url = {{ service_protocol }}://{{ service_host }}:{{ service_port }}/v2.0
|
||||
|
||||
Reference in New Issue
Block a user