fix: Cleaning up the code base

This commit is contained in:
Lino Mallevaey
2025-08-18 21:07:24 +02:00
parent 49bcb38261
commit 6f4dc2244a
6 changed files with 25 additions and 43 deletions

View File

@@ -6,12 +6,12 @@ ENV=dev # dev, prod
# =========================
# DATABASE CONFIGURATION
# =========================
# URL de connexion SQLAlchemy
# Pour PyMySQL (synchrone)
DATABASE_URL=mysql+pymysql://user:password@localhost:3306/db_name
# Pour aiomysql (async)
# DATABASE_URL=mysql+aiomysql://user:password@localhost:3306/mokpyo
# connexion SQLAlchemy
DATABASE_HOST=localhost
DATABASE_PORT=3306
DATABASE_USER=user
DATABASE_PASSWORD=password
DATABASE_NAME=mokpyo
# Pooling / Options SQLAlchemy (optionnel)
# MAX_CONNECTIONS=10