This website requires JavaScript.
Explore
Help
Sign In
status-im
/
dreddit-dapp
mirror of
https://github.com/status-im/dreddit-dapp.git
Watch
2
Star
0
Fork
You've already forked dreddit-dapp
0
Code
Issues
Projects
Releases
Wiki
Activity
7f7bef1e1a
dreddit-dapp
/
config
/
webserver.js
7 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2018-08-20 18:42:27 +00:00
module
.
exports
=
{
enabled
:
true
,
host
:
"localhost"
,
Updating config files to 3.2.2
2018-10-09 22:47:06 +00:00
openBrowser
:
true
,
Initial commit
2018-08-20 18:42:27 +00:00
port
:
8000
}
;