From 21ada7166947b338cd7a8a83b4c66fead87eef07 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:40:16 +0200 Subject: [PATCH] Update config.json --- immich/config.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/immich/config.json b/immich/config.json index f4772b8a0..1177b4297 100644 --- a/immich/config.json +++ b/immich/config.json @@ -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]" -} \ No newline at end of file +}