dappcon-workshop-dapp/config/webserver.js

7 lines
96 B
JavaScript

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