From f73e354f6a960c6a5bb36365a61a8a8790ec7f7d Mon Sep 17 00:00:00 2001 From: vin Date: Sun, 14 Jan 2024 23:16:43 -0500 Subject: use config.json instead of hardcoding and envvars --- config.json.sample | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.json.sample (limited to 'config.json.sample') diff --git a/config.json.sample b/config.json.sample new file mode 100644 index 0000000..1d7a85b --- /dev/null +++ b/config.json.sample @@ -0,0 +1,11 @@ +{ + "discord_token": "goeshere", + "matrix_token": "goeshere", + "matrix_userid": "@examplebot:example.org", + "matrix_homeserver": "https://matrix.example.org", + "rooms": { + "REMOVE_ME": "key is discord channel id as string, value is matrix room" + "123456789": "!yadayada:matrix.example.org", + "133333337": "!yadayadamore:matrix.example.org" + } +} -- cgit v1.2.3