-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.envrc-example
More file actions
30 lines (22 loc) · 954 Bytes
/
Copy path.envrc-example
File metadata and controls
30 lines (22 loc) · 954 Bytes
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
layout uv
export LISTMONK_URL="https://listmonk.app"
export LISTMONK_USERNAME="username"
export LISTMONK_PASSWORD = "password"
export RSS_URL = "https://blog.com/feed"
# which listmonk template to use, should be an empty template
export LISTMONK_TEMPLATE = 4
# title to use for the campaign
export LISTMONK_TITLE="Latest Posts from Example"
# optional: when to send the campaign after it's been created
export LISTMONK_SEND_AT = "monday 5am"
# list of emails to send test campaigns to
export LISTMONK_TEST_EMAILS="test@example.com,test2@example.com"
# cron-style schedule for when to generate the newsletter
export SCHEDULE="0 6 * * 1"
# optional: readwise reader integration
# get your token from https://readwise.io/access_token
export READWISE_API_TOKEN=""
# tag to filter articles (e.g., "newsletter", "public", "share")
export READWISE_TAG="newsletter"
# optional: days to look back on first run (default: 30)
export READWISE_SUMMARY_DAYS=30