mirror of
https://github.com/guilhermewerner/rust-api
synced 2025-06-16 15:05:41 +00:00
Test MySQL Connection
This commit is contained in:
26
Rocket.toml
Normal file
26
Rocket.toml
Normal file
@ -0,0 +1,26 @@
|
||||
[development]
|
||||
address = "localhost"
|
||||
port = 5000
|
||||
keep_alive = 5
|
||||
read_timeout = 5
|
||||
write_timeout = 5
|
||||
log = "normal"
|
||||
limits = { forms = 32768 }
|
||||
|
||||
[staging]
|
||||
address = "localhost"
|
||||
port = 5000
|
||||
keep_alive = 5
|
||||
read_timeout = 5
|
||||
write_timeout = 5
|
||||
log = "normal"
|
||||
limits = { forms = 32768 }
|
||||
|
||||
[production]
|
||||
address = "localhost"
|
||||
port = 5000
|
||||
keep_alive = 5
|
||||
read_timeout = 5
|
||||
write_timeout = 5
|
||||
log = "critical"
|
||||
limits = { forms = 32768 }
|
Reference in New Issue
Block a user