-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathenv.example
More file actions
38 lines (27 loc) · 1.02 KB
/
env.example
File metadata and controls
38 lines (27 loc) · 1.02 KB
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
32
33
34
35
36
37
38
# URL for the transcription server
TRANSCRIPTION_SERVER_URL=http://localhost:8000
# Base URL for DataFetcher
BTC_TRANSCRIPTS_URL="https://btctranscripts.com"
# Deepgram API Key for transcription
# Required for using the Deepgram transcription service
DEEPGRAM_API_KEY=
# AWS S3 Bucket for uploading models
# Required if you want to upload transcription models to S3
S3_BUCKET=
# Configuration profile to use
# Specifies which configuration profile from config.ini to use
PROFILE="development"
# --- GitHub Integration ---
# The following variables are required for pushing transcripts to GitHub
# GitHub App ID for repository integration
GITHUB_APP_ID=
# Base64 encoded private key for the GitHub App
GITHUB_PRIVATE_KEY_BASE64=
# Installation ID for the GitHub App
GITHUB_INSTALLATION_ID=
# Owner of the target GitHub repository (e.g., 'bitcointranscripts')
GITHUB_REPO_OWNER=
# Name of the target GitHub repository (e.g., 'bitcointranscripts')
GITHUB_REPO_NAME=
# Name of the target GitHub metadata repository
GITHUB_METADATA_REPO_NAME=