1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-09 07:39:06 +00:00

Changed port lineman runs on

This commit is contained in:
2016-02-18 12:51:00 +00:00
parent 2d3aa1b760
commit fae5b310a2

View File

@@ -27,6 +27,9 @@ module.exports = function(lineman) {
enabled: true, enabled: true,
host: 'localhost', host: 'localhost',
port: 8080 port: 8080
},
web: {
port: 8081
} }
}, },