1 changed files with 4 additions and 2 deletions
@ -1,11 +1,13 @@
@@ -1,11 +1,13 @@
|
||||
[global] |
||||
server_name = "your.server.name" |
||||
port = 8448 |
||||
address = "0.0.0.0" |
||||
#registration_disabled = true |
||||
|
||||
# Default path is in this user's data |
||||
#database_path = "/home/timo/MyConduitServer" |
||||
|
||||
port = 14004 |
||||
address = "0.0.0.0" |
||||
|
||||
#[global.tls] |
||||
#certs = "/etc/letsencrypt/live/your.server.name/fullchain.pem" |
||||
#key = "/etc/letsencrypt/live/your.server.name/privkey.pem" |
||||
|
||||
Loading…
Reference in new issue