From c2578160b21255ee634d027d01e46cc5ab007432 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Sun, 31 Mar 2019 17:41:50 +0200 Subject: [PATCH] Add default config --- config/default.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/default.json 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 + } +}