contracts/config/webserver.js
Ricardo Guilherme Schmidt 0bf80a2898
update to latest embark
2019-03-26 14:00:19 -03:00

7 lines
94 B
JavaScript

module.exports = {
enabled: true,
host: "localhost",
openBrowser: true,
port: 8000
};