mirror of https://github.com/rwf2/Rocket.git
Note the extras in the config example.
This commit is contained in:
parent
1524b9a6b2
commit
f97b02dda6
|
@ -11,8 +11,8 @@ address = "localhost"
|
|||
port = 8000
|
||||
workers = 1
|
||||
log = "normal"
|
||||
hi = "Hello!"
|
||||
is_extra = true
|
||||
hi = "Hello!" # this is an unused extra; maybe application specific?
|
||||
is_extra = true # this is an unused extra; maybe application specific?
|
||||
|
||||
[staging]
|
||||
address = "0.0.0.0"
|
||||
|
|
Loading…
Reference in New Issue