Skip to content

LTM_PROVIDER

const LTM_PROVIDER: typeof LTM_PROVIDER

Defined in: packages/memory-ltm/src/memory-ltm.module.ts:23

Token that resolves to whichever LTM implementation is active for the current deployment profile. The Postgres-backed MemoryLtmService is used for profile-enterprise / profile-lite; InMemoryLtmAdapter is used for profile-memory so the process can boot with no external services.