LTM_PROVIDER
constLTM_PROVIDER: typeofLTM_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.