diff --git a/config.ini.example b/config.ini.example index 2eb5a29..59c1ac5 100644 --- a/config.ini.example +++ b/config.ini.example @@ -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" +