|
@@ -40,7 +40,7 @@ appservice:
|
|
|
|
|
|
# The full URI to the database. SQLite and Postgres are supported.
|
|
|
# Format examples:
|
|
|
- # SQLite: sqlite:///filename.db
|
|
|
+ # SQLite: sqlite:filename.db
|
|
|
# Postgres: postgres://username:password@hostname/dbname
|
|
|
database: postgres://username:password@hostname/db
|
|
|
# Additional arguments for asyncpg.create_pool() or sqlite3.connect()
|
|
@@ -283,6 +283,10 @@ bridge:
|
|
|
# default.
|
|
|
messages: 100
|
|
|
|
|
|
+ # Disable rotating keys when a user's devices change?
|
|
|
+ # You should not enable this option unless you understand all the implications.
|
|
|
+ disable_device_change_key_rotation: false
|
|
|
+
|
|
|
# Whether to explicitly set the avatar and room name for private chat portal rooms.
|
|
|
# If set to `default`, this will be enabled in encrypted rooms and disabled in unencrypted rooms.
|
|
|
# If set to `always`, all DM rooms will have explicit names and avatars set.
|