hop-2012/server/hop.config

16 lines
187 B
JavaScript

// -*- javascript -*-
{
"amqp": {
"enabled": true,
"port": 5672,
},
"http": {
"enabled": true,
"port": 5678,
},
"hop": {
"enabled": true,
"port": 5671,
},
}