Spaces:
Sleeping
Sleeping
# 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 | |