kanbot/config.yaml.example

10 lines
231 B
Text
Raw Permalink Normal View History

2021-03-15 23:17:13 +01:00
---
matrix_homeserver: https://matrix.org
matrix_user: "@mykanbot:matrix.org"
matrix_password: "CHANGE_ME"
2021-03-15 23:59:36 +01:00
matrix_room:
1: "!change_me_project_1:matrix.org"
42: "!change_me_project_42:matrix.org"
2021-03-15 23:17:13 +01:00
webhook_token: "change_me"
...