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