diff --git a/config.yaml.example b/config.yaml.example new file mode 100644 index 0000000..1422b0e --- /dev/null +++ b/config.yaml.example @@ -0,0 +1,9 @@ +--- +listen_addr: 0.0.0.0 +listen_port: 8000 +matrix_homeserver: https://matrix.org +matrix_user: "@mykanbot:matrix.org" +matrix_password: "CHANGE_ME" +matrix_romm: "!change_me:matrix.org" +webhook_token: "change_me" +...