This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
embark
mirror of
https://github.com/embarklabs/embark.git
Watch
2
Star
0
Fork
You've already forked embark
0
Code
Issues
Projects
Releases
Wiki
Activity
a174b94702
embark
/
test_app
/
config
/
webserver.json
6 lines
61 B
JSON
Raw
Normal View
History
Unescape
Escape
add support for website config file; reflect real web server config in the dashboard
2017-03-04 19:20:28 +00:00
{
"enabled"
:
true
,
"host"
:
"localhost"
,
change config in test_app
2017-03-05 00:37:57 +00:00
"port"
:
8000
add support for website config file; reflect real web server config in the dashboard
2017-03-04 19:20:28 +00:00
}