Initial commit - Facturation SANTINOVA

This commit is contained in:
manus-admin
2026-04-23 04:49:21 -04:00
commit 6ab833945c
55 changed files with 12642 additions and 0 deletions

15
.env Normal file
View File

@@ -0,0 +1,15 @@
# ============================================================
# Facturation SANTINOVA - Configuration Docker
# ============================================================
# Base de données
DB_ROOT_PASSWORD=santinova_db_pass
DB_PORT=3306
# Application
APP_PORT=8080
JWT_SECRET=santinova-jwt-secret-change-in-production
JWT_EXPIRES_IN=24h
# OpenAI API (pour l'OCR)
OPENAI_API_KEY=your-openai-api-key-here