-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.env.example
More file actions
26 lines (21 loc) · 864 Bytes
/
.env.example
File metadata and controls
26 lines (21 loc) · 864 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
# Trigger.dev secret key
# https://trigger.dev/docs/apikeys
TRIGGER_SECRET_KEY=
# OpenAI API key for generating article summaries.
# https://platform.openai.com
OPENAI_API_KEY=
# ElevenLabs API key for converting text to speech.
# https://elevenlabs.io/docs/quickstart#create-an-api-key
ELEVENLABS_API_KEY=
# Credentials for writing audio streams to an S3-compatible bucket.
# Does not necessarily need to be AWS S3 bucket, as long as it is compatible to the S3 SDK, e.g., https://www.tigrisdata.com/
# https://docs.aws.amazon.com/sdkref/latest/guide/environment-variables.html
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_ENDPOINT_URL_S3=
AWS_ENDPOINT_URL_IAM=
AWS_S3_BUCKET=
AWS_REGION=
# Slack webhook URL for sending messages to a Slack channel.
# Follow the guide in https://api.slack.com/messaging/webhooks to generate a webhook URL.
SLACK_WEBHOOK_URL=