Add hostname to Rocket.toml config

This commit is contained in:
timokoesters 2020-04-29 08:48:56 +02:00
parent 23cb550d00
commit 1cdf30f38c
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
2 changed files with 11 additions and 8 deletions

View file

@ -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"