Review the config file, the basics: { "db" : { "myDataBase" : { "host" : "localhost" , "port" : "6379" , "type" : "redis" , "params" : {} } } , "mq" : { "myMQ" : { "host" : "localhost" , "port" : "" , "type" : "amqp" } } }
Review the config file, the basics:
{
"db" : {
"myDataBase" : {
"host" : "localhost"
, "port" : "6379"
, "type" : "redis"
, "params" : {}
}
}
,
"mq" : {
"myMQ" : {
"host" : "localhost"
, "port" : ""
, "type" : "amqp"
}
}
}