Edition de connexion_sql et ajout de gitignore et gitattributes et env
All checks were successful
Déploiement DEV / deploy (push) Successful in 8s

This commit is contained in:
Christian CUNAT-BRULE
2026-08-06 21:34:19 +02:00
parent 8c49242c56
commit 7550bd1a30
8 changed files with 152 additions and 10 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
DB_HOST=localhost
DB_PORT=3306
DB_NAME=DB
DB_USER=USER
DB_PASS=PASS
DB_CHARSET=utf8