This website requires JavaScript.
Explore
Help
Sign In
cadey
/
Shuo
Watch
1
Star
0
Fork
You've already forked Shuo
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
1273685273
Shuo
/
config.json
8 lines
109 B
JSON
Raw
Normal View
History
Unescape
Escape
Run private server by default Use `shout start --public` or edit your `config.json` to override.
2014-08-14 16:35:37 +00:00
{
Added debug mode
2014-08-25 22:39:10 +00:00
"debug"
:
false
,
Added listen IP parameter. Listening on localhost allow to put Nginx/Varnish in front of shout server
2014-09-09 07:48:53 +00:00
"host"
:
"0.0.0.0"
,
Run private server by default Use `shout start --public` or edit your `config.json` to override.
2014-08-14 16:35:37 +00:00
"port"
:
9000
,
"theme"
:
"themes/example.css"
,
Public by default
2014-08-19 00:15:18 +00:00
"public"
:
true
Run private server by default Use `shout start --public` or edit your `config.json` to override.
2014-08-14 16:35:37 +00:00
}