diff options
author | vin <git@vineetk.net> | 2024-01-14 23:16:43 -0500 |
---|---|---|
committer | vin <git@vineetk.net> | 2024-01-14 23:16:43 -0500 |
commit | f73e354f6a960c6a5bb36365a61a8a8790ec7f7d (patch) | |
tree | 1ef2f45a4cc3218be72fb99d4105b4f3d1c011bc /config.json.sample | |
parent | 1cc61d85c3d9ef0eb39f4f05913e6bc60e909f62 (diff) |
use config.json instead of hardcoding and envvars
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" + } +} |