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