13 lines
255 B
TOML
13 lines
255 B
TOML
[server]
|
|
addr = "127.0.0.1"
|
|
port = 8080
|
|
[docker]
|
|
connection = "unix_default"
|
|
string = "http://my-custom-docker-server:2735"
|
|
timeout = 60
|
|
network_name = "customnetwork"
|
|
network_addr = "172.20.0.0/24"
|
|
[mrproxy]
|
|
connection = "tcp"
|
|
string = "127.0.0.1:25564"
|