Skip to content

Commit 36f0cca

Browse files
committed
redis port
1 parent 4d3961a commit 36f0cca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

srv/github-stage.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var PORT = process.env.PORT || 9000
44
var Seneca = require('seneca')
55

6-
Seneca({tag: 'github'})
6+
Seneca({tag: 'github', legacy: {meta: true}})
77
.listen(PORT)
88

99
.use('redis-transport')
@@ -50,8 +50,8 @@ Seneca({tag: 'github'})
5050
})
5151
})
5252

53-
.listen({pin:'role:info,need:part', type:'redis', host:'redis'})
54-
.client({pin:'role:info,collect:part', type:'redis', host:'redis'})
53+
.listen({pin:'role:info,need:part', type:'redis', host:'redis', port:6379})
54+
.client({pin:'role:info,collect:part', type:'redis', host:'redis', port:6379})
5555

5656
.client({pin:'role:npm', host:'npm', port:PORT})
5757

0 commit comments

Comments
 (0)