2020-06-03 06:33:28 +00:00
|
|
|
#jinja2: lstrip_blocks: True
|
|
|
|
slack_hook_port: {{ matrix_appservice_slack_slack_port }}
|
|
|
|
inbound_uri_prefix: "{{ matrix_appservice_slack_inbound_uri_prefix }}"
|
|
|
|
bot_username: "{{ matrix_appservice_slack_bot_name }}"
|
|
|
|
username_prefix: {{ matrix_appservice_slack_user_prefix }}
|
|
|
|
|
|
|
|
homeserver:
|
|
|
|
media_url: "{{ matrix_appservice_slack_homeserver_media_url }}"
|
|
|
|
url: "{{ matrix_appservice_slack_homeserver_url }}"
|
|
|
|
server_name: "{{ matrix_domain }}"
|
|
|
|
|
|
|
|
dbdir: "/data"
|
2020-11-29 14:20:22 +00:00
|
|
|
db:
|
|
|
|
engine: "postgres"
|
|
|
|
connectionString: "postgresql://matrix_appservice_slack:{{ matrix_addtional_databases | selectattr('name', 'equalto', 'matrix_appservice_slack') | map(attribute='pass') | first }}@{{ matrix_postgres_connection_hostname }}/matrix_appservice_slack"
|
2020-06-03 06:33:28 +00:00
|
|
|
|
|
|
|
matrix_admin_room: "{{ matrix_appservice_slack_control_room_id }}"
|