rocket: Add rocket.toml
Signed-off-by: supercmmetry <vishaals2000@gmail.com>
This commit is contained in:
parent
032df3f178
commit
810af687c6
20
Rocket.toml
Normal file
20
Rocket.toml
Normal file
@ -0,0 +1,20 @@
|
||||
[development]
|
||||
address = "localhost"
|
||||
port = 8000
|
||||
keep_alive = 5
|
||||
log = "normal"
|
||||
limits = { forms = 32768 }
|
||||
|
||||
[staging]
|
||||
address = "0.0.0.0"
|
||||
port = 8000
|
||||
keep_alive = 5
|
||||
log = "normal"
|
||||
limits = { forms = 32768 }
|
||||
|
||||
[production]
|
||||
address = "0.0.0.0"
|
||||
port = 8000
|
||||
keep_alive = 5
|
||||
log = "critical"
|
||||
limits = { forms = 32768 }
|
Loading…
Reference in New Issue
Block a user