feat: encryption_disabled config option
Can be used with ROCKET_ENCRYPTION_DISABLED=true
This commit is contained in:
parent
5a8705bd25
commit
dc5fb7e33a
4 changed files with 18 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue