# By default, Rocket applications run in the development environment for debug
# builds and the production environment for non-debug builds. The environment
# can be changed via the ROCKET_ENV environment variable.
# TLS configuration for all environments (optional)
# [global.tls]
# certs = "/path/to/certs.pem"
# key = "/path/to/key.pem"
[]
= "localhost"
= 8000
# workers = 4
[]
= "0.0.0.0"
= 8000
# workers = 16
[]
= "0.0.0.0"
= 8000
# workers = 16