Update config.json

This commit is contained in:
Alexandre
2023-08-28 15:40:16 +02:00
committed by GitHub
parent ced0687014
commit 21ada71669

View File

@@ -71,6 +71,11 @@
],
"name": "Immich",
"options": {
"DB_DATABASE_NAME": "immich",
"DB_HOSTNAME": "homeassistant.local",
"DB_PASSWORD": "homeassistant",
"DB_PORT": "5432",
"DB_USERNAME": "postgres",
"JWT_SECRET": "jt+OVWY6WqKJXw3xF5qOxN5L5/f4u2jlIlCQgWS3E4w=",
"PGID": 1000,
"PUID": 1000,
@@ -90,11 +95,11 @@
"DAC_READ_SEARCH"
],
"schema": {
"DB_DATABASE_NAME": "str?",
"DB_HOSTNAME": "str?",
"DB_PASSWORD": "str?",
"DB_PORT": "int?",
"DB_USERNAME": "str?",
"DB_DATABASE_NAME": "str",
"DB_HOSTNAME": "str",
"DB_PASSWORD": "str",
"DB_PORT": "int",
"DB_USERNAME": "str",
"DISABLE_MACHINE_LEARNING": "bool?",
"JWT_SECRET": "str",
"PGID": "int",
@@ -115,4 +120,4 @@
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.75.2",
"webui": "http://[HOST]:[PORT:8080]"
}
}