-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.local.example
More file actions
25 lines (19 loc) · 989 Bytes
/
.env.local.example
File metadata and controls
25 lines (19 loc) · 989 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
# Mapbox
MAPBOX_ACCESS_TOKEN=your_mapbox_token_here
# Slack API (for community members)
SLACK_TOKEN=your_slack_bot_token_here
SLACK_BOT_TOKEN=your_slack_bot_token_here
# Eventbrite API (for events)
EVENTBRITE_TOKEN=your_eventbrite_token_here
EVENTBRITE_WEBHOOK_SECRET=your_eventbrite_webhook_secret_here
# GitHub Token (optional, for fetching sponsors)
GITHUB_TOKEN=your_github_token_here
# LinkedIn Events App (for creating events)
LINKEDIN_EVENTS_CLIENT_ID=your_linkedin_events_client_id_here
LINKEDIN_EVENTS_CLIENT_SECRET=your_linkedin_events_client_secret_here
LINKEDIN_EVENTS_REFRESH_TOKEN=your_linkedin_events_refresh_token_here
# LinkedIn Community App (for uploading images and sharing posts)
LINKEDIN_COMMUNITY_CLIENT_ID=your_linkedin_community_client_id_here
LINKEDIN_COMMUNITY_CLIENT_SECRET=your_linkedin_community_client_secret_here
LINKEDIN_COMMUNITY_REFRESH_TOKEN=your_linkedin_community_refresh_token_here
LINKEDIN_ORGANIZATION_URN=urn:li:organization:your_org_id_here