11 lines
356 B
Plaintext
11 lines
356 B
Plaintext
# PostgreSQL
|
|
POSTGRES_PASSWORD=SecurePassword123!ChangeMe
|
|
|
|
# Backend JWT
|
|
JWT_SECRET=your-super-secure-jwt-secret-change-this-now-2024
|
|
|
|
# Domain
|
|
DOMAIN=zerp.atmata-group.com
|
|
|
|
# Prisma / Database pooling
|
|
DATABASE_URL=postgresql://postgres:SecurePassword123!ChangeMe@postgres:5432/mind14_crm?schema=public&connection_limit=5&pool_timeout=20&connect_timeout=20 |