-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
53 lines (43 loc) · 1.31 KB
/
.env
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# API keys
DHAN_API_KEY=your_dhan_api_key
DHAN_SECRET_KEY=your_dhan_secret_key
CHATGPT_API_KEY=your_chatgpt_api_key
# WebSocket URL (Optional if the default URL is used)
DHAN_WEBSOCKET_URL=wss://api.dhan.co/ws/marketData
# Logging
LOG_LEVEL=INFO
# Email Notifications
NOTIFY_EMAIL=true
SMTP_SERVER=smtp.example.com
SMTP_PORT=587
EMAIL_PASSWORD=your_email_password
# SMS Notifications (Optional)
NOTIFY_SMS=false
SMS_API_KEY=your_sms_api_key
SMS_API_SECRET=your_sms_api_secret
RECIPIENT_NUMBER=1234567890
# Logging configurations
LOG_FILE_PATH=logs/trading_bot.log
LOG_LEVEL=INFO
# Telegram Notifications
TELEGRAM_BOT_API_KEY=your_telegram_bot_api_key
TELEGRAM_CHAT_ID=your_telegram_chat_id
# Weather API
WEATHER_API_KEY=your_weather_api_key
WEATHER_API_ENDPOINT=your_weather_api_endpoint
# News API
NEWS_API_KEY=your_news_api_key
NEWS_API_ENDPOINT=your_news_api_endpoint
# Deployment Environment Variables
DEPLOYMENT_ENV=production
DEPLOYMENT_SERVER=your_deployment_server
DEPLOYMENT_PATH=/path/to/deployment
# Denodo API
DENODO_HOST=your_denodo_host
DENODO_PORT=your_denodo_port
DENODO_DATABASE=your_denodo_database
DENODO_USERNAME=your_denodo_username
DENODO_PASSWORD=your_denodo_password
DENODO_JDBC_DRIVER=your_denodo_jdbc_driver