Conduit is a simple, fast and reliable chat server powered by Matrix https://conduit.rs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
330 B
13 lines
330 B
[global] |
|
server_name = "your.server.name" |
|
#registration_disabled = true |
|
|
|
# Default path is in this user's data |
|
#database_path = "/home/timo/MyConduitServer" |
|
|
|
port = 14004 |
|
address = "0.0.0.0" |
|
|
|
#[global.tls] |
|
#certs = "/etc/letsencrypt/live/your.server.name/fullchain.pem" |
|
#key = "/etc/letsencrypt/live/your.server.name/privkey.pem"
|
|
|