config.js 106 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 //redis 配置 exports.redis={ name:'csbr', host:'192.168.3.203', port:6379, auth:'csbrredis', db:0 }