Note the extras in the config example.

This commit is contained in:
Sergio Benitez 2017-04-18 00:40:33 -07:00
parent 1524b9a6b2
commit f97b02dda6
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ address = "localhost"
port = 8000 port = 8000
workers = 1 workers = 1
log = "normal" log = "normal"
hi = "Hello!" hi = "Hello!" # this is an unused extra; maybe application specific?
is_extra = true is_extra = true # this is an unused extra; maybe application specific?
[staging] [staging]
address = "0.0.0.0" address = "0.0.0.0"