-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (27 loc) · 1.05 KB
/
Copy path.env.example
File metadata and controls
34 lines (27 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Gemini AI
GEMINI_API_KEY=your_gemini_api_key_here
# Hostinger SFTP Deployment
HOSTINGER_HOST=your_sftp_host_here
HOSTINGER_PORT=65002
HOSTINGER_USER=your_username_here
HOSTINGER_PASSWORD=your_password_here
HOSTINGER_REMOTE_PATH=/domains/yoursite.com/public_html
# Payment Gateways (Public keys safe for frontend)
FLUTTERWAVE_PUBLIC_KEY=your_flutterwave_public_key
FLUTTERWAVE_SECRET_KEY=your_flutterwave_secret_key
PAYSTACK_PUBLIC_KEY=your_paystack_public_key
PAYSTACK_SECRET_KEY=your_paystack_secret_key
# Affiliate Links (Public - safe to expose)
AMAZON_ASSOCIATE_TAG=your_amazon_associate_tag
EXNESS_AFFILIATE_LINK=https://one.exnesstrack.net/a/YOUR_ID
# API Endpoints
PAYMENT_SUCCESS_URL=https://payment-success.xpertforextrad.workers.dev
BOT_API_URL=https://api.xpertforextrad.eu
# Slack Notifications (Optional)
SLACK_WEBHOOK_URL=your_slack_webhook_url_here
# MT5 Trading Bot (Backend/Server Only - NEVER commit actual values)
MT5_LOGIN=your_mt5_account_number
MT5_PASSWORD=your_mt5_password
MT5_SERVER=Exness-MT5Real
# Node Environment
NODE_ENV=production