diff options
Diffstat (limited to 'config.json.sample')
-rw-r--r-- | config.json.sample | 11 |
1 files changed, 11 insertions, 0 deletions
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" + } +} |