From 29cdbbbddbd4471e56ac0c9b3d070a127b50544e Mon Sep 17 00:00:00 2001 From: leca Date: Sat, 3 Aug 2024 03:50:25 +0300 Subject: [PATCH] Add template for config.json --- config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..55c778a --- /dev/null +++ b/config.json @@ -0,0 +1,4 @@ +{ + "homeserverURL": "https://matrix.org/", + "token": "Super secret token! Do not show to anyone! Even your mum! ;)" +} \ No newline at end of file