planet-wars/backend/Rocket.toml

14 lines
190 B
TOML
Raw Normal View History

2020-03-27 17:32:18 +01:00
[development]
address = "localhost"
port = 8000
host_name = "localhost"
2020-03-27 17:32:18 +01:00
[staging]
address = "0.0.0.0"
port = 80
[production]
address = "0.0.0.0"
2020-03-29 06:38:22 +02:00
port = 8123
host_name = "mozaic.zeus.gent"