planet-wars/backend/Rocket.toml
2020-03-29 06:38:22 +02:00

12 lines
135 B
TOML

[development]
address = "localhost"
port = 8000
[staging]
address = "0.0.0.0"
port = 80
[production]
address = "0.0.0.0"
port = 8123