🔥 Removes non existing config options from documentation

This commit is contained in:
Joakim Sørensen 2019-05-18 10:53:47 +02:00 committed by GitHub
parent eab329826f
commit b2550cb55c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,8 +63,7 @@ Example add-on configuration:
"password": "Supercalifragilisticexpialidocious", "password": "Supercalifragilisticexpialidocious",
"ssl": true, "ssl": true,
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem", "keyfile": "privkey.pem"
"ipv6": false
} }
``` ```