|
|
|
@@ -469,14 +469,14 @@ matrix_appservice_irc_configuration_yaml: | |
|
|
|
# enough for the vast majority of use cases. |
|
|
|
maxHttpSockets: 1000 |
|
|
|
|
|
|
|
# Use an external database to store bridge state. |
|
|
|
database: |
|
|
|
# database engine (must be 'postgres' or 'nedb'). Default: nedb |
|
|
|
engine: "nedb" |
|
|
|
# Either a PostgreSQL connection string, or a path to the NeDB storage directory. |
|
|
|
# For postgres, it must start with postgres:// |
|
|
|
# For NeDB, it must start with nedb://. The path is relative to the project directory. |
|
|
|
connectionString: "nedb:///data" |
|
|
|
# Use an external database to store bridge state. |
|
|
|
database: |
|
|
|
# database engine (must be 'postgres' or 'nedb'). Default: nedb |
|
|
|
engine: "nedb" |
|
|
|
# Either a PostgreSQL connection string, or a path to the NeDB storage directory. |
|
|
|
# For postgres, it must start with postgres:// |
|
|
|
# For NeDB, it must start with nedb://. The path is relative to the project directory. |
|
|
|
connectionString: "nedb:///data" |
|
|
|
|
|
|
|
matrix_appservice_irc_configuration_extension_yaml: | |
|
|
|
# Your custom YAML configuration for Appservice IRC servers goes here. |
|
|
|
|