mirror of
https://github.com/hassio-addons/addon-phlex.git
synced 2025-05-04 19:21:35 +00:00
📚 Update add-on documentation to use new YAML configuration format
This commit is contained in:
parent
3da9430a54
commit
276ed70b68
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
@ -64,13 +64,11 @@ that part is out of the scope for the documentation of this add-on.
|
||||||
|
|
||||||
Example add-on configuration:
|
Example add-on configuration:
|
||||||
|
|
||||||
```json
|
```yaml
|
||||||
{
|
log_level: info
|
||||||
"log_level": "info",
|
ssl: true
|
||||||
"ssl": true,
|
certfile: fullchain.pem
|
||||||
"certfile": "fullchain.pem",
|
keyfile: privkey.pem
|
||||||
"keyfile": "privkey.pem"
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note**: _This is just an example, don't copy and past it! Create your own!_
|
**Note**: _This is just an example, don't copy and past it! Create your own!_
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue