diff --git a/config/default.json b/config/default.json new file mode 100644 index 0000000..ce9eaf2 --- /dev/null +++ b/config/default.json @@ -0,0 +1,9 @@ +{ + "account": { + "user": "test", + "password": "password", + "host": "example.com", + "port": 993, + "tls": true + } +}