This commit is contained in:
2026-03-21 10:53:02 +01:00
parent 3a6c07513c
commit ccfeb6f2c1
1997 changed files with 361936 additions and 0 deletions

16
flask/.env Normal file
View File

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