contracts/config/webserver.js
Ricardo Guilherme Schmidt f5b76bc55a
Update bootstrap to Embark 3.1 (#10)
* update configs to .js

* update tests

* better test abstraction

* undo changes after test
2018-09-04 18:19:27 -03:00

6 lines
73 B
JavaScript

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