matrix-ops-bot/config.json.sample

20 lines
474 B
Text
Raw Normal View History

2022-12-01 16:31:04 +00:00
{
"routing_keys": [
{
"name": "gp-ops-alert-dev",
"path_key": "eePh0Gaedaing8yoogoh",
"secret_token": "ooLeoquaeGh9yaNgoh5u",
"room_id": "!ABCD123:matrix.org",
"hook_type": "gitlab"
},
],
"log_level": "INFO",
"matrix": {
"homeserver": "https://matrix.org",
"user_id": "@my-bot-name:matrix.org",
"password": "hunter2",
"device_name": "bot.mydomain.com",
"store_path": "dev.data/",
"verify_ssl": true
}
}