mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
removed AMQP config as it is in example.conf
This commit is contained in:
parent
a1a4e0ea7e
commit
f4cf47137b
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
|||
{
|
||||
"nodes" : {
|
||||
"node1" : {
|
||||
"type" : "amqp",
|
||||
"format" : "json",
|
||||
|
||||
"uri" : "amqp://broker",
|
||||
|
||||
"exchange" : "mytestexchange",
|
||||
"routing_key" : "abc",
|
||||
|
||||
"ssl" : {
|
||||
"verify_hostname" : true,
|
||||
"verify_peer" : true,
|
||||
|
||||
"ca_cert" : "/path/to/ca.crt",
|
||||
"client_cert" : "/path/to/client.crt",
|
||||
"client_key" : "/path/to/client.key"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue