Update config.json

This commit is contained in:
Alexandre
2023-01-12 10:47:53 +01:00
committed by GitHub
parent 8ec8f65a7c
commit 8ac15fca54

View File

@@ -90,10 +90,11 @@
"DB_PORT": "int?", "DB_PORT": "int?",
"DB_PASSWORD": "str?", "DB_PASSWORD": "str?",
"DB_DATABASE_NAME": "str?", "DB_DATABASE_NAME": "str?",
"UPLOAD_LOCATION": "str?",
"JWT_SECRET": "str" "JWT_SECRET": "str"
}, },
"slug": "immich", "slug": "immich",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.0", "version": "1.1",
"webui": "http://[HOST]:[PORT:8080]" "webui": "http://[HOST]:[PORT:8080]"
} }