Ajout du fichier .env.exemple

This commit is contained in:
SaidSoighiri94
2026-06-26 12:25:00 +02:00
parent 5f6524f63b
commit 11bb41bd1a
+12
View File
@@ -0,0 +1,12 @@
# ── Meta API
META_ACCESS_TOKEN=your_meta_access_token_here
META_API_VERSION=v25.0
META_PAGE_ID=your_page_id_here
# ── SQL Server
DB_DRIVER=SQL Server
DB_SERVER=localhost
DB_PORT=1433
DB_NAME=MetaLeadDb
DB_USER=sa
DB_PASSWORD=your_db_password_here