embark-plasma-demo/config/webserver.js

7 lines
95 B
JavaScript
Raw Normal View History

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