mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Fix comments in other roles
This commit is contained in:
parent
421b055cb5
commit
fac497faa5
@ -48,7 +48,7 @@ matrix_appservice_discord_bridge_enableSelfServiceBridging: false
|
|||||||
#
|
#
|
||||||
# To use Postgres:
|
# To use Postgres:
|
||||||
# - change the engine (`matrix_appservice_discord_database_engine: 'postgres'`)
|
# - change the engine (`matrix_appservice_discord_database_engine: 'postgres'`)
|
||||||
# - adjust your database credentials via the `matrix_appservice_discord_postgres_*` variables
|
# - adjust your database credentials via the `matrix_appservice_discord_database_*` variables
|
||||||
matrix_appservice_discord_database_engine: 'sqlite'
|
matrix_appservice_discord_database_engine: 'sqlite'
|
||||||
|
|
||||||
matrix_appservice_discord_sqlite_database_path_local: "{{ matrix_appservice_discord_data_path }}/discord.db"
|
matrix_appservice_discord_sqlite_database_path_local: "{{ matrix_appservice_discord_data_path }}/discord.db"
|
||||||
|
@ -42,7 +42,7 @@ matrix_mautrix_facebook_homeserver_token: ''
|
|||||||
# - plan your migration to Postgres, as this bridge does not support SQLite anymore (and neither will the playbook in the future).
|
# - plan your migration to Postgres, as this bridge does not support SQLite anymore (and neither will the playbook in the future).
|
||||||
#
|
#
|
||||||
# To use Postgres:
|
# To use Postgres:
|
||||||
# - adjust your database credentials via the `matrix_mautrix_facebook_postgres_*` variables
|
# - adjust your database credentials via the `matrix_mautrix_facebook_database_*` variables
|
||||||
matrix_mautrix_facebook_database_engine: 'postgres'
|
matrix_mautrix_facebook_database_engine: 'postgres'
|
||||||
|
|
||||||
matrix_mautrix_facebook_sqlite_database_path_local: "{{ matrix_mautrix_facebook_data_path }}/mautrix-facebook.db"
|
matrix_mautrix_facebook_sqlite_database_path_local: "{{ matrix_mautrix_facebook_data_path }}/mautrix-facebook.db"
|
||||||
|
@ -47,7 +47,7 @@ matrix_mautrix_googlechat_homeserver_token: ''
|
|||||||
#
|
#
|
||||||
# To use Postgres:
|
# To use Postgres:
|
||||||
# - change the engine (`matrix_mautrix_googlechat_database_engine: 'postgres'`)
|
# - change the engine (`matrix_mautrix_googlechat_database_engine: 'postgres'`)
|
||||||
# - adjust your database credentials via the `matrix_mautrix_googlechat_postgres_*` variables
|
# - adjust your database credentials via the `matrix_mautrix_googlechat_database_*` variables
|
||||||
matrix_mautrix_googlechat_database_engine: 'sqlite'
|
matrix_mautrix_googlechat_database_engine: 'sqlite'
|
||||||
|
|
||||||
matrix_mautrix_googlechat_sqlite_database_path_local: "{{ matrix_mautrix_googlechat_data_path }}/mautrix-googlechat.db"
|
matrix_mautrix_googlechat_sqlite_database_path_local: "{{ matrix_mautrix_googlechat_data_path }}/mautrix-googlechat.db"
|
||||||
|
@ -47,7 +47,7 @@ matrix_mautrix_hangouts_homeserver_token: ''
|
|||||||
#
|
#
|
||||||
# To use Postgres:
|
# To use Postgres:
|
||||||
# - change the engine (`matrix_mautrix_hangouts_database_engine: 'postgres'`)
|
# - change the engine (`matrix_mautrix_hangouts_database_engine: 'postgres'`)
|
||||||
# - adjust your database credentials via the `matrix_mautrix_hangouts_postgres_*` variables
|
# - adjust your database credentials via the `matrix_mautrix_hangouts_database_*` variables
|
||||||
matrix_mautrix_hangouts_database_engine: 'sqlite'
|
matrix_mautrix_hangouts_database_engine: 'sqlite'
|
||||||
|
|
||||||
matrix_mautrix_hangouts_sqlite_database_path_local: "{{ matrix_mautrix_hangouts_data_path }}/mautrix-hangouts.db"
|
matrix_mautrix_hangouts_sqlite_database_path_local: "{{ matrix_mautrix_hangouts_data_path }}/mautrix-hangouts.db"
|
||||||
|
@ -37,7 +37,7 @@ matrix_mautrix_instagram_homeserver_token: ''
|
|||||||
# Database-related configuration fields.
|
# Database-related configuration fields.
|
||||||
#
|
#
|
||||||
# To use Postgres:
|
# To use Postgres:
|
||||||
# - adjust your database credentials via the `matrix_mautrix_instagram_postgres_*` variables
|
# - adjust your database credentials via the `matrix_mautrix_instagram_database_*` variables
|
||||||
matrix_mautrix_instagram_database_engine: 'postgres'
|
matrix_mautrix_instagram_database_engine: 'postgres'
|
||||||
|
|
||||||
matrix_mautrix_instagram_database_username: 'matrix_mautrix_instagram'
|
matrix_mautrix_instagram_database_username: 'matrix_mautrix_instagram'
|
||||||
|
@ -63,7 +63,7 @@ matrix_mautrix_telegram_homeserver_token: ''
|
|||||||
#
|
#
|
||||||
# To use Postgres:
|
# To use Postgres:
|
||||||
# - change the engine (`matrix_mautrix_telegram_database_engine: 'postgres'`)
|
# - change the engine (`matrix_mautrix_telegram_database_engine: 'postgres'`)
|
||||||
# - adjust your database credentials via the `matrix_mautrix_telegram_postgres_*` variables
|
# - adjust your database credentials via the `matrix_mautrix_telegram_database_*` variables
|
||||||
matrix_mautrix_telegram_database_engine: 'sqlite'
|
matrix_mautrix_telegram_database_engine: 'sqlite'
|
||||||
|
|
||||||
matrix_mautrix_telegram_sqlite_database_path_local: "{{ matrix_mautrix_telegram_data_path }}/mautrix-telegram.db"
|
matrix_mautrix_telegram_sqlite_database_path_local: "{{ matrix_mautrix_telegram_data_path }}/mautrix-telegram.db"
|
||||||
|
@ -48,7 +48,7 @@ matrix_dimension_homeserver_federationUrl: ""
|
|||||||
#
|
#
|
||||||
# To use Postgres:
|
# To use Postgres:
|
||||||
# - change the engine (`matrix_dimension_database_engine: 'postgres'`)
|
# - change the engine (`matrix_dimension_database_engine: 'postgres'`)
|
||||||
# - adjust your database credentials via the `matrix_dimension_postgres_*` variables
|
# - adjust your database credentials via the `matrix_dimension_database_*` variables
|
||||||
matrix_dimension_database_engine: 'sqlite'
|
matrix_dimension_database_engine: 'sqlite'
|
||||||
|
|
||||||
matrix_dimension_sqlite_database_path_local: "{{ matrix_dimension_base_path }}/dimension.db"
|
matrix_dimension_sqlite_database_path_local: "{{ matrix_dimension_base_path }}/dimension.db"
|
||||||
|
@ -48,7 +48,7 @@ matrix_ma1sd_matrixorg_forwarding_enabled: false
|
|||||||
#
|
#
|
||||||
# To use Postgres:
|
# To use Postgres:
|
||||||
# - change the engine (`matrix_ma1sd_database_engine: 'postgres'`)
|
# - change the engine (`matrix_ma1sd_database_engine: 'postgres'`)
|
||||||
# - adjust your database credentials via the `matrix_ma1sd_postgres_*` variables
|
# - adjust your database credentials via the `matrix_ma1sd_database_*` variables
|
||||||
matrix_ma1sd_database_engine: 'sqlite'
|
matrix_ma1sd_database_engine: 'sqlite'
|
||||||
|
|
||||||
matrix_ma1sd_sqlite_database_path_local: "{{ matrix_ma1sd_data_path }}/ma1sd.db"
|
matrix_ma1sd_sqlite_database_path_local: "{{ matrix_ma1sd_data_path }}/ma1sd.db"
|
||||||
|
@ -38,7 +38,7 @@ matrix_registration_container_http_host_bind_port: ''
|
|||||||
#
|
#
|
||||||
# To use Postgres:
|
# To use Postgres:
|
||||||
# - change the engine (`matrix_registration_database_engine: 'postgres'`)
|
# - change the engine (`matrix_registration_database_engine: 'postgres'`)
|
||||||
# - adjust your database credentials via the `matrix_registration_postgres_*` variables
|
# - adjust your database credentials via the `matrix_registration_database_*` variables
|
||||||
matrix_registration_database_engine: 'sqlite'
|
matrix_registration_database_engine: 'sqlite'
|
||||||
|
|
||||||
matrix_registration_sqlite_database_path_local: "{{ matrix_registration_data_path }}/db.sqlite3"
|
matrix_registration_sqlite_database_path_local: "{{ matrix_registration_data_path }}/db.sqlite3"
|
||||||
|
Loading…
Reference in New Issue
Block a user