1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-10-04 18:08:51 +02:00
conduit/Rocket-example.toml
timokoesters dc5fb7e33a
feat: encryption_disabled config option
Can be used with ROCKET_ENCRYPTION_DISABLED=true
2020-07-26 22:41:29 +02:00

15 lines
401 B
TOML

[global]
server_name = "your.server.name"
#registration_disabled = true
#encryption_disabled = true
# Default path is in this user's data
#database_path = "/home/timo/MyConduitServer"
port = 14004
address = "0.0.0.0"
# 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"