mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
matrix: trust no keyservers
This commit is contained in:
parent
8de5fb909b
commit
a8538290c9
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ in {
|
||||||
|
|
||||||
delete_stale_devices_after = "30d";
|
delete_stale_devices_after = "30d";
|
||||||
|
|
||||||
# Trusting Matrix.org.
|
# Request signing keys from servers directly.
|
||||||
suppress_key_server_warning = true;
|
trusted_key_servers = [];
|
||||||
|
|
||||||
signing_key_path = config.secrets.matrixKey.path;
|
signing_key_path = config.secrets.matrixKey.path;
|
||||||
registration_shared_secret_path = config.secrets.matrixSecret.path;
|
registration_shared_secret_path = config.secrets.matrixSecret.path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue