Add readme and sample config
This commit is contained in:
12
sample-config.yaml
Normal file
12
sample-config.yaml
Normal 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"
|
Reference in New Issue
Block a user