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
|
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"
|
||||||
|
|
Loading…
Reference in New Issue