planet-wars/backend/Rocket.toml
ajuvercr dcf1173cb8
Docker (#25)
* change wasm to real vectors

* Add volume bind command to README

* add changable host name variable

Co-authored-by: Francis <francisklinck@gmail.com>
2020-06-24 14:16:14 +02:00

14 lines
190 B
TOML

[development]
address = "localhost"
port = 8000
host_name = "localhost"
[staging]
address = "0.0.0.0"
port = 80
[production]
address = "0.0.0.0"
port = 8123
host_name = "mozaic.zeus.gent"