Skip to content
Snippets Groups Projects
Commit 14881e5d authored by ale's avatar ale
Browse files

Add queue client config

parent 73855a8d
Branches
No related tags found
No related merge requests found
......@@ -65,3 +65,9 @@ SHARDS = {
{% endif %}
{% endfor %}
}
ENQ_SERVER_ADDR = 'queue.{{ domain }}:3733'
ENQ_SSL_CERT_PATH = '/etc/credentials/x509/accountadmin/client/cert.pem'
ENQ_SSL_KEY_PATH = '/etc/credentials/x509/accountadmin/client/private_key.pem'
ENQ_SSL_CA_PATH = '/etc/credentials/x509/accountadmin/ca.pem'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment