mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
prefix HTTP scheme in example base_url (#10118)
* prefixed HTTP protocol in example base_url
* ✏️ Tweak
This commit is contained in:
parent
9cb6f9d466
commit
7aa1ecd69e
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user