erp-mecanicas-diesel-backen.../.env.example
rckrdmrd 8ed7d24e96 Migración desde erp-mecanicas-diesel/backend - Estándar multi-repo v2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 08:11:24 -06:00

23 lines
401 B
Plaintext

# Mecánicas Diesel Backend - Environment Variables
# Server
NODE_ENV=development
PORT=3010
# Database (PostgreSQL)
DB_HOST=localhost
DB_PORT=5434
DB_NAME=mecanicas_diesel_dev
DB_USER=mecanicas_user
DB_PASSWORD=mecanicas_secret_2024
# JWT
JWT_SECRET=your-jwt-secret-change-in-production
JWT_EXPIRES_IN=24h
# CORS
CORS_ORIGINS=http://localhost:3000,http://localhost:5173
# Logging
LOG_LEVEL=debug