use rabbitmq
This commit is contained in:
parent
64d836d7f9
commit
9d096e86cb
9 changed files with 138 additions and 98 deletions
12
config.json
12
config.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue