Skip to content

Commit 541e4d6

Browse files
fix for env
1 parent bc658d7 commit 541e4d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

srv/start.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ var opts = {
2020
host: envs.GITHUB_HOST || '127.0.0.1',
2121
bases: [envs.BASE_HOST || '127.0.0.1:39999'],
2222
listen: [
23-
{pin: 'role:github,cmd:get', model: 'consume'},
24-
{pin: 'role:info,req:part', model: 'observe'}
23+
{pin: 'role:github,cmd:get', model: 'consume', host: envs.GITHUB_HOST || '127.0.0.1'},
24+
{pin: 'role:info,req:part', model: 'observe', host: envs.GITHUB_HOST || '127.0.0.1'}
2525
]
2626
},
2727
isolated: {

0 commit comments

Comments
 (0)