diff --git a/testing_config.json b/testing_config.json new file mode 100644 index 0000000..e00338a --- /dev/null +++ b/testing_config.json @@ -0,0 +1,8 @@ +{ + "server": "0.0.0.0", + "port": 9000, + "apps": { + "mysql": ":3306", + "ssh": ":22" + } +}