41 lines
1.0 KiB
Plaintext
41 lines
1.0 KiB
Plaintext
# Server Port | منفذ الخادم
|
|
PORT=3001
|
|
|
|
# Environment | بيئة العمل (development, production)
|
|
NODE_ENV=development
|
|
|
|
# Meta Marketing API Config | إعدادات واجهة برمجة تطبيقات ميتا للتسويق
|
|
# Get these from https://developers.facebook.com
|
|
META_API_VERSION=v19.0
|
|
META_ACCESS_TOKEN=4a4c4877627036302b10e96a68e537d0
|
|
META_AD_ACCOUNT_ID=act_your_account_id_here
|
|
|
|
# Meta App Credentials for OAuth
|
|
META_APP_ID=
|
|
META_APP_SECRET=
|
|
META_REDIRECT_URI=http://localhost:3001/api/auth/meta/callback
|
|
|
|
# AI Integration
|
|
GEMINI_API_KEY=
|
|
|
|
# TikTok Ads integration
|
|
TIKTOK_APP_ID=
|
|
TIKTOK_SECRET=
|
|
TIKTOK_REDIRECT_URI=http://localhost:3001/api/auth/tiktok/callback
|
|
|
|
# Google Ads integration
|
|
GOOGLE_CLIENT_ID=
|
|
GOOGLE_CLIENT_SECRET=
|
|
GOOGLE_REDIRECT_URI=http://localhost:3001/api/auth/google/callback
|
|
GOOGLE_DEVELOPER_TOKEN=
|
|
|
|
# Paymob integration
|
|
PAYMOB_API_KEY=
|
|
PAYMOB_CARD_INTEGRATION_ID=
|
|
PAYMOB_WALLET_INTEGRATION_ID=
|
|
PAYMOB_HMAC_SECRET=
|
|
|
|
# Binance Pay integration
|
|
BINANCE_API_KEY=
|
|
BINANCE_SECRET_KEY=
|