From 5863142524d790849276a2a8e82a2ed24a85a234 Mon Sep 17 00:00:00 2001 From: Otthorn Date: Mon, 15 Mar 2021 23:17:13 +0100 Subject: [PATCH] :pencil2: add example config --- config.yaml.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.yaml.example 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" +...