Removing reference to api_password (#11626)

Removing the reference to the (deprecated) `api_password`
This commit is contained in:
Dubh Ad 2020-01-03 22:54:41 +00:00 committed by Franck Nijhof
parent b8a0872661
commit 0fcd54373d

View File

@ -330,7 +330,6 @@ Now edit your configuration.yaml file to reflect the SSL entries and your base U
```yaml ```yaml
http: http:
api_password: YOUR_PASSWORD
ssl_certificate: /etc/letsencrypt/live/examplehome.duckdns.org/fullchain.pem ssl_certificate: /etc/letsencrypt/live/examplehome.duckdns.org/fullchain.pem
ssl_key: /etc/letsencrypt/live/examplehome.duckdns.org/privkey.pem ssl_key: /etc/letsencrypt/live/examplehome.duckdns.org/privkey.pem
base_url: examplehome.duckdns.org base_url: examplehome.duckdns.org