Enable URL previews in complement homeserver config. (#14198)
This commit is contained in:
parent
8e50299d8b
commit
e440f9674a
|
@ -0,0 +1 @@
|
|||
Enable url previews when testing with complement.
|
|
@ -12,6 +12,8 @@ trusted_key_servers: []
|
|||
enable_registration: true
|
||||
enable_registration_without_verification: true
|
||||
bcrypt_rounds: 4
|
||||
url_preview_enabled: true
|
||||
url_preview_ip_range_blacklist: []
|
||||
|
||||
## Registration ##
|
||||
|
||||
|
|
Loading…
Reference in New Issue