planet-wars/backend/Rocket.toml

12 lines
133 B
TOML
Raw Normal View History

2020-03-27 16:32:18 +00:00
[development]
address = "localhost"
port = 8000
[staging]
address = "0.0.0.0"
port = 80
[production]
address = "0.0.0.0"
port = 80