snt-voting/config/webserver.js
2018-09-27 19:37:13 -04:00

7 lines
94 B
JavaScript

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