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

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

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