|
|
|
@@ -36,6 +36,10 @@ matrix_appservice_irc_database_port: 5432 |
|
|
|
matrix_appservice_irc_database_name: matrix_appservice_irc |
|
|
|
matrix_appservice_irc_database_sslmode: disable |
|
|
|
|
|
|
|
# The name of the container network to use when importing a NeDB database into Postgres. |
|
|
|
# For Postgres not working in a container, this can be left empty. |
|
|
|
matrix_appservice_irc_database_container_network: '' |
|
|
|
|
|
|
|
# This is just the Postgres connection string, if Postgres is used. |
|
|
|
# Naming clashes with `matrix_appservice_irc_database_connectionString` somewhat. |
|
|
|
matrix_appservice_irc_database_connection_string: 'postgresql://{{ matrix_appservice_irc_database_username }}:{{ matrix_appservice_irc_database_password }}@{{ matrix_appservice_irc_database_hostname }}:{{ matrix_appservice_irc_database_port }}/{{ matrix_appservice_irc_database_name }}?sslmode={{ matrix_appservice_irc_database_sslmode }}' |
|
|
|
|