This website requires JavaScript.
Explore
Help
Sign In
status-im
/
embark-area-51
mirror of
https://github.com/status-im/embark-area-51.git
Watch
2
Star
0
Fork
You've already forked embark-area-51
0
Code
Issues
Projects
Releases
Wiki
Activity
2205a26236
embark-area-51
/
templates
/
demo
/
config
/
webserver.js
7 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
convert json configs to js configs
2018-06-12 16:59:31 +00:00
module
.
exports
=
{
enabled
:
true
,
host
:
"localhost"
,
openBrowser config option
2018-09-17 22:53:27 +00:00
openBrowser
:
true
,
convert json configs to js configs
2018-06-12 16:59:31 +00:00
port
:
8000
add semicolons
2018-06-18 20:04:35 +00:00
}
;