cube/config.sample.toml
2023-02-19 16:35:01 +01:00

7 lines
No EOL
191 B
TOML

[listen]
port = 10809 # optional, defaults to 10809
address = "127.0.0.1" # optional, defaults to 0.0.0.
[exports]
main = { path = "./src/main.rs", readonly = true }
block = "/tmp/block.bin"