mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-12 12:15:53 +00:00
4 lines
237 B
TypeScript
4 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';
|