Skip to content
Snippets Groups Projects
Commit 080975ab authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

adjust/update complement conduwuit config.toml

parent f129d909
No related branches found
No related tags found
No related merge requests found
...@@ -5,13 +5,17 @@ allow_guest_registration = true ...@@ -5,13 +5,17 @@ allow_guest_registration = true
allow_public_room_directory_over_federation = true allow_public_room_directory_over_federation = true
allow_public_room_directory_without_auth = true allow_public_room_directory_without_auth = true
allow_registration = true allow_registration = true
allow_unstable_room_versions = true
database_backend = "rocksdb"
database_path = "/database" database_path = "/database"
log = "trace" log = "trace,h2=warn,hyper=warn"
port = [8008, 8448] port = [8008, 8448]
trusted_servers = [] trusted_servers = []
query_trusted_key_servers_first = false
yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse = true yes_i_am_very_very_sure_i_want_an_open_registration_server_prone_to_abuse = true
ip_range_denylist = []
url_preview_domain_contains_allowlist = ["*"]
media_compat_file_link = false
media_statup_check = false
rocksdb_direct_io = false
[global.tls] [global.tls]
certs = "/certificate.crt" certs = "/certificate.crt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment