You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
810 B
18 lines
810 B
#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"
|
|
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"
|
|
|
|
matrix_admin_room: "{{ matrix_appservice_slack_control_room_id }}"
|