aboutsummaryrefslogtreecommitdiff
path: root/Rocket.toml
blob: c71e9672f2a1ff5c1d7ecb4e03548542d5f2b5f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[development]
address = "0.0.0.0"
port = 8000
log = "normal"

[staging]
address = "0.0.0.0"
log = "normal"

[production]
address = "0.0.0.0"
log = "critical"