Files
zerp/.env.production
2026-03-26 15:07:06 +03:00

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