Add hostname to Rocket.toml config
This commit is contained in:
parent
23cb550d00
commit
1cdf30f38c
2 changed files with 11 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
[global]
|
||||
address = "0.0.0.0"
|
||||
hostname = "conduit.rs"
|
||||
port = 14004
|
||||
address = "0.0.0.0"
|
||||
|
||||
[global.tls]
|
||||
certs = "/etc/letsencrypt/live/matrixtesting.koesters.xyz/fullchain.pem"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue