From c6c52236b242422ce83414d0b5d677e7c79a0588 Mon Sep 17 00:00:00 2001 From: Quildra Date: Mon, 22 May 2023 17:33:33 +0100 Subject: [PATCH] disabled machine learning and type sense --- immich.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich.env b/immich.env index a0f0eb2..dfe0253 100644 --- a/immich.env +++ b/immich.env @@ -5,8 +5,8 @@ # NOTE: The following four database variables support Docker secrets by adding a *_FILE suffix to the variable name # See the docker-compose documentation on secrets for additional details: https://docs.docker.com/compose/compose-file/compose-file-v3/#secrets DB_HOSTNAME=immich_postgres -DB_USERNAME=immich -DB_PASSWORD=QbJs9MZN4kwQD5E6 +DB_USERNAME=postgres +DB_PASSWORD=postgres DB_DATABASE_NAME=immich # Optional Database settings: