From f6b655b35426bb8edf33497ae867aa20c797b939 Mon Sep 17 00:00:00 2001 From: Sander Botman Date: Thu, 31 Oct 2019 22:07:56 +0100 Subject: [PATCH] Adding test config --- testing_config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testing_config.json 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" + } +}