mirror of
https://github.com/Art051/immich.git
synced 2025-08-11 19:29:00 +00:00
5 lines
237 B
TypeScript
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';
|