1
0
mirror of https://github.com/pinpox/gitea-matrix-bot synced 2024-11-22 19:31:58 +01:00

example config updated

This commit is contained in:
Pablo Ovelleiro Corral 2019-04-20 16:08:30 +02:00
parent e0539b050b
commit 3903633752
No known key found for this signature in database
GPG Key ID: F7C1D57C8464E825

@ -1,20 +1,21 @@
[http]
# The path the listener will expect the post data
http_uri = "/post"
# The port the listener will listen on
http_port = "9000"
[matrix]
# The matrix server to connect to
matrix_host = "http://matrix.org"
# The matrix room to post to
matrix_room = "#my-awesome-room:matrix.org"
# User credentions of the bot for posting to the room
matrix_pass = "supersecretpass"
matrix_user = "my-awesome-bot"
[bot]
# Path of the database to be used
db_path = "./tokens.db"