From 496bcad2c2e8ba0f6440ad1d89352d5b2c19247f Mon Sep 17 00:00:00 2001 From: Nikhil Nawgiri Date: Sat, 24 Aug 2024 22:29:26 +0200 Subject: [PATCH] Create example config file --- config.json.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.json.example diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..79c9e7c --- /dev/null +++ b/config.json.example @@ -0,0 +1,6 @@ +{ + "homeserverUrl": "", + "accessToken": "", + "storageLocation": "bot.json", + "cryptoFolderLocation": "crypto" +}