Add readme and sample config

This commit is contained in:
2023-09-16 20:50:31 -07:00
parent 821dcdf277
commit 59d4123321
2 changed files with 87 additions and 0 deletions

12
sample-config.yaml Normal file
View File

@@ -0,0 +1,12 @@
bind_address: 127.0.0.1
bind_port: 3000
url_prefix: "/bebot"
user_id: "@mybebot:example.com"
password: "secret-matrix-account-password"
default_room: "#my-project-commits:example.com"
repo_configs:
"gitlab.example.com/myorg/my-cool-app":
token: "abcdefg12345"
"gitlab.example.com/myuser/some-other-less-cool-app":
room: "#my-other-room:example.com"
token: "kljaslkdjaklsdjalksd"