podbringer/Rocket.toml.example
Paul van Tilburg bde6135f70
Use public URL instead of URL in configuration
Change the name of the `url` config key to `public_url` to be more clear
about what it is for.
2022-10-17 19:51:24 +02:00

5 lines
90 B
Plaintext

[default]
address = "0.0.0.0"
port = 7062
public_url = "https://my.domain.tld/podbringer"