diff --git a/immich/config.json b/immich/config.json index 71e181b07..4f428783b 100644 --- a/immich/config.json +++ b/immich/config.json @@ -74,6 +74,8 @@ "MACHINE_LEARNING_CACHE_FOLDER": "/data/machine-learning", "MACHINE_LEARNING_WORKERS": "1", "MACHINE_LEARNING_WORKER_TIMEOUT": "120", + "PGID": 0, + "PUID": 0, "REDIS_HOSTNAME": "localhost", "REDIS_PORT": "6379", "REVERSE_GEOCODING_DUMP_DIRECTORY": "/data/.reverse-geocoding-dump/", @@ -98,8 +100,6 @@ "DB_USERNAME": "postgres", "DISABLE_MACHINE_LEARNING": false, "JWT_SECRET": "jt+OVWY6WqKJXw3xF5qOxN5L5/f4u2jlIlCQgWS3E4w=", - "PGID": 0, - "PUID": 0, "TZ": "Europe/Paris", "data_location": "/share/immich" }, @@ -125,8 +125,6 @@ "JWT_SECRET": "str", "MACHINE_LEARNING_WORKERS": "int?", "MACHINE_LEARNING_WORKER_TIMEOUT": "int?", - "PGID": "int", - "PUID": "int", "TZ": "str?", "cifsdomain": "str?", "cifspassword": "str?",