mirror of
https://github.com/hassio-addons/addon-phlex.git
synced 2025-05-04 11:11:28 +00:00
🔨 Makes log_level optional
This commit is contained in:
parent
db2e555388
commit
27f76d846f
1 changed files with 1 additions and 2 deletions
|
@ -27,13 +27,12 @@
|
|||
"config"
|
||||
],
|
||||
"options": {
|
||||
"log_level": "info",
|
||||
"ssl": true,
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem"
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue