Browse Source

document trust_certificates in conduit-example.toml

merge-requests/55/head
Aiden McClelland 5 years ago
parent
commit
5578e9c321
  1. 17
      conduit-example.toml

17
conduit-example.toml

@ -41,7 +41,20 @@ trusted_servers = ["matrix.org"] @@ -41,7 +41,20 @@ trusted_servers = ["matrix.org"]
address = "127.0.0.1" # This makes sure Conduit can only be reached using the reverse proxy
proxy = "none" # more examples can be found at src/database/proxy.rs:6
# The total amount of memory that the database will use.
#db_cache_capacity_mb = 200
# proxy = "none" # more examples can be found at src/database/proxy.rs:6
# [trust_certificates]
# include = ["*.onion] # do not validate certificates from this domain (NOTE: this should *ONLY* be done for protocols that are self-authenticating such as Tor hidden services)
# To enable Tor federation, uncomment below:
#
# [[proxy.by_domain]]
# url = "socks5h://localhost:9050"
# include = ["*.onion"]
#
# [trust_certificates]
# include = ["*.onion"]

Loading…
Cancel
Save