Files
immich/server/libs/common/src/constants/index.ts
2023-01-20 10:35:55 -06:00

5 lines
237 B
TypeScript

export * from './upload_location.constant';
export const MACHINE_LEARNING_URL = process.env.IMMICH_MACHINE_LEARNING_URL || 'http://immich-machine-learning:3003';
export const MACHINE_LEARNING_ENABLED = MACHINE_LEARNING_URL !== 'false';