Skip to content

Commit 103a15c

Browse files
added env variables
1 parent bee20aa commit 103a15c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

srv/start.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ var opts = {
1717
},
1818
mesh: {
1919
auto: true,
20+
host: envs.GITHUB_HOST || '127.0.0.1',
21+
bases: [envs.BASE_HOST || '127.0.0.1:39999'],
2022
listen: [
2123
{pin: 'role:github,cmd:get', model: 'consume'},
2224
{pin: 'role:info,req:part', model: 'observe'}

0 commit comments

Comments
 (0)