prefix HTTP scheme in example base_url (#10118)

* prefixed HTTP protocol in example base_url

* ✏️ Tweak
This commit is contained in:
Okke Garling 2019-08-13 00:52:19 +02:00 committed by Franck Nijhof
parent 9cb6f9d466
commit 7aa1ecd69e

View File

@ -55,5 +55,5 @@ If you are using SSL certificate or Docker, you may need to add the `base_url` c
```yaml ```yaml
#Example configuration.yaml entry #Example configuration.yaml entry
http: http:
base_url: example.duckdns.org base_url: https://example.duckdns.org
``` ```