Iammcqwory commited on
Commit
4285362
·
verified ·
1 Parent(s): a82b650

Create .env

Browse files
Files changed (1) hide show
  1. .env +17 -0
.env ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Twilio Configuration
2
+ TWILIO_ACCOUNT_SID=your_twilio_account_sid
3
+ TWILIO_AUTH_TOKEN=your_twilio_auth_token
4
+ TWILIO_PHONE_NUMBER=+1234567890
5
+
6
+ # Binance API Credentials
7
+ BINANCE_API_KEY=your_binance_api_key
8
+ BINANCE_API_SECRET=your_binance_api_secret
9
+
10
+ # Pepperstone API Credentials
11
+ PEPPERSTONE_CLIENT_ID=your_pepperstone_client_id
12
+ PEPPERSTONE_ACCESS_TOKEN=your_pepperstone_access_token
13
+
14
+ # Additional configurations (if needed)
15
+ # For example, you could add endpoints, environment settings, etc.
16
+ # APP_ENV=development
17
+ # API_ENDPOINT=https://api.example.com