Files
continuwuity/Rocket.toml
T

9 lines
222 B
TOML
Raw Normal View History

2020-04-03 17:27:08 +02:00
[global]
2020-04-29 08:48:56 +02:00
hostname = "conduit.rs"
2020-04-03 17:27:08 +02:00
port = 14004
2020-04-29 08:48:56 +02:00
address = "0.0.0.0"
2020-04-03 17:27:08 +02:00
2020-04-12 21:12:50 +02:00
[global.tls]
certs = "/etc/letsencrypt/live/matrixtesting.koesters.xyz/fullchain.pem"
key = "/etc/letsencrypt/live/matrixtesting.koesters.xyz/privkey.pem"