mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
parent
c03981ac1d
commit
d61418886f
6 changed files with 13 additions and 20 deletions
|
|
@ -372,8 +372,7 @@ export const immichAppConfig: ConfigModuleOptions = {
|
|||
DB_VECTOR_EXTENSION: Joi.string().optional().valid('pgvector', 'pgvecto.rs').default('pgvecto.rs'),
|
||||
DB_SKIP_MIGRATIONS: Joi.boolean().optional().default(false),
|
||||
|
||||
MACHINE_LEARNING_PORT: Joi.number().optional(),
|
||||
MICROSERVICES_PORT: Joi.number().optional(),
|
||||
IMMICH_PORT: Joi.number().optional(),
|
||||
IMMICH_METRICS_PORT: Joi.number().optional(),
|
||||
|
||||
IMMICH_METRICS: Joi.boolean().optional().default(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue