aboutsummaryrefslogtreecommitdiffstats
path: root/config_example.toml
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-10-18 14:07:53 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-10-18 14:08:24 -0500
commit30031bc0ee46d28244f35505339d9d9789012561 (patch)
treee8288e18f804c53e589da0ceaefbbf20afae1c86 /config_example.toml
downloadwsl-tui-30031bc0ee46d28244f35505339d9d9789012561.tar
wsl-tui-30031bc0ee46d28244f35505339d9d9789012561.tar.gz
wsl-tui-30031bc0ee46d28244f35505339d9d9789012561.tar.bz2
wsl-tui-30031bc0ee46d28244f35505339d9d9789012561.tar.lz
wsl-tui-30031bc0ee46d28244f35505339d9d9789012561.tar.xz
wsl-tui-30031bc0ee46d28244f35505339d9d9789012561.tar.zst
wsl-tui-30031bc0ee46d28244f35505339d9d9789012561.zip
Initial commit
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'config_example.toml')
-rw-r--r--config_example.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/config_example.toml b/config_example.toml
new file mode 100644
index 0000000..7bcf626
--- /dev/null
+++ b/config_example.toml
@@ -0,0 +1,11 @@
+host_ip = "192.168.1.1"
+extra_ssh_args = ["-C"]
+#extra_wsl_args = []
+
+[[distribution]]
+name = "Ubuntu"
+
+[[distribution]]
+name = "Debian"
+username = "locust"
+port = 4444 \ No newline at end of file