|
|
@@ -9,6 +9,9 @@ homeserver: |
|
|
url: "{{ matrix_appservice_slack_homeserver_url }}" |
|
|
url: "{{ matrix_appservice_slack_homeserver_url }}" |
|
|
media_url: "{{ matrix_appservice_slack_homeserver_media_url }}" |
|
|
media_url: "{{ matrix_appservice_slack_homeserver_media_url }}" |
|
|
|
|
|
|
|
|
|
|
|
rtm: |
|
|
|
|
|
enable: true |
|
|
|
|
|
|
|
|
{% if matrix_appservice_slack_database_engine == 'nedb' %} |
|
|
{% if matrix_appservice_slack_database_engine == 'nedb' %} |
|
|
dbdir: "/data" |
|
|
dbdir: "/data" |
|
|
{% else %} |
|
|
{% else %} |
|
|
|