-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.template
28 lines (20 loc) · 910 Bytes
/
.env.template
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
# Market Watcher configuration
# This file is a template of how .env file should look like
# Update interval for mails (in seconds)
UPDATE_TIMEOUT=5
# Daily P&N to trigger notification for Long straddle strategy
LONG_THRESHOLD=0.02
# Daily P&N to trigger notification for Short straddle strategy
SHORT_THRESHOLD=0.005
# Email and SMTP configuration (example for Gmail)
SMTP_HOSTNAME=smtp.gmail.com
SMTP_PORT=465
SMTP_PASSWORD=password12345!
# Configure Slack app: https://api.slack.com/messaging/webhooks
# Webhook link for channel where to post long straddle opportunities
SLACK_LONG_WEBHOOK=https://hooks.slack.com/services/example-webhook-link
# Webhook link for channel where to post short straddle opportunities
SLACK_SHORT_WEBHOOK=https://hooks.slack.com/services/example-webhook-link