heroku redis

This commit is contained in:
theory 2014-03-25 03:56:07 -06:00
parent 7f11a67f78
commit f811dd2824

View File

@ -13,6 +13,10 @@ opt.hook = {
})
};
if(LIVE){
process.env['redis-install'] = '/tmp';
}
opt.run = ['./test/server'];
web(opt);