We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bee20aa + 103a15c commit bc658d7Copy full SHA for bc658d7
1 file changed
srv/start.js
@@ -17,6 +17,8 @@ var opts = {
17
},
18
mesh: {
19
auto: true,
20
+ host: envs.GITHUB_HOST || '127.0.0.1',
21
+ bases: [envs.BASE_HOST || '127.0.0.1:39999'],
22
listen: [
23
{pin: 'role:github,cmd:get', model: 'consume'},
24
{pin: 'role:info,req:part', model: 'observe'}
0 commit comments