Files
continuwuity/Rocket-example.toml
T

16 lines
401 B
TOML
Raw Normal View History

2020-04-03 17:27:08 +02:00
[global]
server_name = "your.server.name"
#registration_disabled = true
2020-07-26 20:41:10 +02:00
#encryption_disabled = true
2020-04-03 17:27:08 +02:00
2020-05-25 23:24:13 +02:00
# Default path is in this user's data
#database_path = "/home/timo/MyConduitServer"
port = 14004
address = "0.0.0.0"
2020-07-26 20:41:10 +02:00
# Not necessary when using a reverse proxy
#[global.tls]
#certs = "/etc/letsencrypt/live/your.server.name/fullchain.pem"
#key = "/etc/letsencrypt/live/your.server.name/privkey.pem"