From 570dba09a65f3f889da739da3d00461023f930b9 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 9 May 2022 15:34:00 -0400 Subject: move to using config.py parser stuff --- config.example.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.example.yaml (limited to 'config.example.yaml') diff --git a/config.example.yaml b/config.example.yaml new file mode 100644 index 0000000..ab54cb4 --- /dev/null +++ b/config.example.yaml @@ -0,0 +1,16 @@ +server: localhost:6667 +nickname: tooter +channel: "#meta" + +sasl: + username: cloaks + password: hunter3 + +mastodon: + - name: tildeverse + client_id: 1234566 + client_secret: beeeep + access_token: you do not want to know + base_url: https://tilde.zone + channels: + - '#club' -- cgit 1.4.1