- Complete monorepo structure with pnpm workspaces - Prisma database schema with 20+ entities - NestJS API with 9 core modules - BullMQ orchestration worker - AWS and Azure provider adapters - Docker Compose infrastructure - Complete documentation
4 lines
140 B
Plaintext
4 lines
140 B
Plaintext
NODE_ENV=development
|
|
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/sdi_saas?schema=public"
|
|
REDIS_URL="redis://localhost:6379"
|