contracts/config/webserver.js
Ricardo Guilherme Schmidt 6481de087b
update to embark 4.0.1
2019-03-28 20:10:02 -03:00

6 lines
93 B
JavaScript

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