cdbfe6b97e
Zuul is moving to an unbridged Matrix room. Remove eavesdrop from the OFTC room, and add the Matrix room to the two new Matrix bots. Change-Id: I9bf34c1f67c6dac41c3761f8ccde4d7fa76bbf89
16 lines
407 B
YAML
16 lines
407 B
YAML
config:
|
|
data_dir: /data
|
|
homeserver: https://opendev.ems.host
|
|
user_id: "@logs:opendev.org"
|
|
password: "{{ matrix_logs_password }}"
|
|
log_dir: /logs
|
|
|
|
# For each room, add the following:
|
|
# id: The full Matrix ID of the room
|
|
# path: A relative path to log_dir, or begin with '/' for an absolute path.
|
|
rooms:
|
|
- id: "#test:opendev.org"
|
|
path: "#test"
|
|
- id: "#zuul:opendev.org"
|
|
path: "#zuul"
|