use rabbitmq

This commit is contained in:
Yax 2018-01-27 16:31:08 +01:00
parent 64d836d7f9
commit 9d096e86cb
9 changed files with 138 additions and 98 deletions

View file

@ -1,6 +1,6 @@
{
"general" : {
"debug": true,
"debug": false,
"lang": "fr",
"db_url": "sqlite:///db.sqlite"
},
@ -18,9 +18,13 @@
"proto": "http",
"file": "comments.xml"
},
"zmq": {
"rabbitmq": {
"active": true,
"host": "127.0.0.1",
"pub_port": 7701,
"sub_port": 7702
"port": 5672,
"username": "techuser",
"password": "tech",
"vhost": "devhub",
"exchange": "hub.topic"
}
}