hop-2012/server/hop.config

16 lines
187 B
Plaintext
Raw Normal View History

2012-05-29 15:06:57 +00:00
// -*- javascript -*-
{
"amqp": {
"enabled": true,
"port": 5672,
},
"http": {
"enabled": true,
"port": 5678,
},
"hop": {
"enabled": true,
"port": 5671,
},
}