-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 766 Bytes
/
.env.example
File metadata and controls
31 lines (25 loc) · 766 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
31
# Bluesky
BLUESKY_SERVICE=https://bsky.social
BLUESKY_IDENTIFIER=your.handle.bsky.social
BLUESKY_PASSWORD=your-app-password
# Mastodon
MASTODON_URL=https://mastodon.social
MASTODON_ACCESS_TOKEN=your-access-token
# LinkedIn
LINKEDIN_CLIENT_ID=your-client-id
LINKEDIN_CLIENT_SECRET=your-client-secret
LINKEDIN_ACCESS_TOKEN=your-oauth-token
LINKEDIN_PERSON_ID=your-person-id
# Medium
MEDIUM_INTEGRATION_TOKEN=your-integration-token
# Dev.to
DEVTO_API_KEY=your-api-key
# Substack (via SMTP email)
SUBSTACK_SMTP_HOST=smtp.gmail.com
SUBSTACK_SMTP_PORT=587
SUBSTACK_SMTP_USER=your-email@gmail.com
SUBSTACK_SMTP_PASSWORD=your-app-password
SUBSTACK_FROM_ADDRESS=your-email@gmail.com
SUBSTACK_TO_ADDRESS=your-substack-import@substack.com
# Worker
POLL_INTERVAL_MS=60000