mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2024-11-26 16:33:44 +00:00
9 lines
222 B
TOML
9 lines
222 B
TOML
[global]
|
|
hostname = "conduit.rs"
|
|
port = 14004
|
|
address = "0.0.0.0"
|
|
|
|
[global.tls]
|
|
certs = "/etc/letsencrypt/live/matrixtesting.koesters.xyz/fullchain.pem"
|
|
key = "/etc/letsencrypt/live/matrixtesting.koesters.xyz/privkey.pem"
|