From 0f54d111627d2b1ab895c985e828ac0be2ceedcb Mon Sep 17 00:00:00 2001 From: Chris Plaatjes Date: Wed, 22 Feb 2023 17:29:32 -0500 Subject: [PATCH] Added config json --- config/config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/config.json diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..9c613b3 --- /dev/null +++ b/config/config.json @@ -0,0 +1,7 @@ +{ + "TeleTokConf": { + "ptInstance": "PROXITOK INSTANCE URL", + "matrixAddress": "SYNAPSE SERVER URL", + "accessToken": "INSERT TOKEN HERE" + } +} \ No newline at end of file