File size: 550 Bytes
4285362
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Twilio Configuration
TWILIO_ACCOUNT_SID=your_twilio_account_sid
TWILIO_AUTH_TOKEN=your_twilio_auth_token
TWILIO_PHONE_NUMBER=+1234567890

# Binance API Credentials
BINANCE_API_KEY=your_binance_api_key
BINANCE_API_SECRET=your_binance_api_secret

# Pepperstone API Credentials
PEPPERSTONE_CLIENT_ID=your_pepperstone_client_id
PEPPERSTONE_ACCESS_TOKEN=your_pepperstone_access_token

# Additional configurations (if needed)
# For example, you could add endpoints, environment settings, etc.
# APP_ENV=development
# API_ENDPOINT=https://api.example.com