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