dcf1173cb8
* change wasm to real vectors * Add volume bind command to README * add changable host name variable Co-authored-by: Francis <francisklinck@gmail.com>
13 lines
190 B
TOML
13 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"
|