aboutsummaryrefslogtreecommitdiffstats
path: root/config_example.toml
blob: 3bb6cee2839ec8a7f5fc387cda7d6ece59c2fbe3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
host_ip = "192.168.1.1"
extra_ssh_args = ["-C"]
# Arguments need to be separated by a comma, see the example below
extra_wsl_args = ["--cd", "~"]

[[distribution]]
name = "Ubuntu"

[[distribution]]
name = "Debian"
username = "locust"
port = 4444