Files
facturation-santinova/backend/.env.example
2026-04-23 04:49:21 -04:00

8 lines
245 B
Plaintext

PORT=3001
DATABASE_URL=mysql://root:santinova_db_pass@localhost:3306/facturation_santinova
JWT_SECRET=santinova-jwt-secret-change-in-production
JWT_EXPIRES_IN=24h
UPLOAD_DIR=./uploads
OPENAI_API_KEY=your-openai-api-key-here
NODE_ENV=development