disable conduit encryption
This commit is contained in:
parent
212c05fc15
commit
ce11c5c882
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
port = 6167;
|
port = 6167;
|
||||||
max_request_size = 20000000;
|
max_request_size = 20000000;
|
||||||
allow_registration = true;
|
allow_registration = true;
|
||||||
allow_encryption = true;
|
allow_encryption = false;
|
||||||
allow_federation = false;
|
allow_federation = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue