Update config.json

This commit is contained in:
Alexandre
2022-12-26 08:31:21 +01:00
committed by GitHub
parent c61b6c18d2
commit 3fe68289f6

View File

@@ -14,6 +14,8 @@
"name": "Do not use (Mealie frontend)",
"options": {
"API_URL": "http://homeassistant.local:9000",
"PGID": 1000,
"PUID": 1000,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"ssl": false
@@ -28,6 +30,8 @@
"schema": {
"API_URL": "str",
"BASE_URL": "str?",
"PGID": "int",
"PUID": "int",
"certfile": "str",
"keyfile": "str",
"ssl": "bool"