From d16397e08d2afc33fbf962921cebea79c0175a66 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 25 Jun 2018 13:47:47 -0400 Subject: [PATCH] Sample config.json --- config.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..5eec4ea --- /dev/null +++ b/config.json @@ -0,0 +1,15 @@ +{ + "servers": { + "web2": { + "manager": "myboard" + } + }, + "managers": { + "myboard": { + "host": "rosenzweig.io", + "port": 22, + "username": "alyssa" + } + } +} + -- 2.25.1