From 8125238bdbd2ec8d8a06edc1a44752a12937e584 Mon Sep 17 00:00:00 2001 From: Kelvin Schoofs Date: Wed, 9 May 2018 23:03:53 +0200 Subject: [PATCH] git ate my resources folder with the defaultConfig.jsonc --- resources/defaultConfig.jsonc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 resources/defaultConfig.jsonc diff --git a/resources/defaultConfig.jsonc b/resources/defaultConfig.jsonc new file mode 100644 index 0000000..e6151aa --- /dev/null +++ b/resources/defaultConfig.jsonc @@ -0,0 +1,8 @@ +// If you haven't already, associate .jsonc files with "JSON with Comments (jsonc)" +{ + "root": "/tmp", + "host": "localhost", + "port": 22, + "username": "root", + "password": true +} \ No newline at end of file