16 lines
409 B
Bash
16 lines
409 B
Bash
# ============================================================
|
|
# 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
|