Ajout du fichier .env.exemple
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user