Files
system-config/playbooks/roles/matrix-eavesdrop/templates/config.yaml
James E. Blair 82c966e6da Run matrix-eavesdrop on eavesdrop
Thin runs the new matrix-eavesdrop bot on the eavesdrop server.

It will write logs out to the limnoria logs directory, which is mounted
inside the container.

Change-Id: I867eec692f63099b295a37a028ee096c24109a2e
2021-07-28 18:34:58 -05:00

14 lines
361 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"