feat: encryption_disabled config option

Can be used with ROCKET_ENCRYPTION_DISABLED=true
This commit is contained in:
timokoesters 2020-07-26 20:41:10 +02:00
parent 5a8705bd25
commit dc5fb7e33a
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
4 changed files with 18 additions and 0 deletions

View file

@ -1,6 +1,7 @@
[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"
@ -8,6 +9,7 @@ server_name = "your.server.name"
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"