dashboard
repositories
filestore
activity
search
login
main
/
moral_queue_monitor
MQ后台监测脚本
summary
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
updates
沈斌
2017-02-16
c42f063280a776458e2a36d8e80fe393a75bf3d2
[moral_queue_monitor.git]
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
/**
* Created by bin.shen on 16/02/2017.
*/
var config = {
rabbitmq: {
uri: "amqp://guest:guest@121.40.92.176",
ex: "ex_data_config"
}
};
module.exports = config;