This commit is contained in:
maxdrk
2026-03-24 23:09:46 +01:00
committed by GitHub
parent 3ec7b207d9
commit 2fbd26b2d3

View File

@@ -1,6 +1,4 @@
# ================================
# Configuration Base de Données
# ================================
DB_HOST=localhost DB_HOST=localhost
DB_PORT=3306 DB_PORT=3306
@@ -8,9 +6,5 @@ DB_NAME=Utilisateurs
DB_USER=python DB_USER=python
DB_PASSWORD=wolaouais DB_PASSWORD=wolaouais
# ================================
# Options de connexion (optionnel)
# ================================
DB_CHARSET=utf8mb4 DB_CHARSET=utf8mb4
DB_POOL_SIZE=5 DB_POOL_SIZE=5