mirror of
https://github.com/algora-io/tv.git
synced 2024-11-16 00:58:59 +02:00
20 lines
358 B
Plaintext
20 lines
358 B
Plaintext
DATABASE_URL="postgresql://algora:password@localhost:5432/tv"
|
|
|
|
GITHUB_CLIENT_ID=""
|
|
GITHUB_CLIENT_SECRET=""
|
|
|
|
AWS_ENDPOINT_URL_S3="https://fly.storage.tigris.dev"
|
|
AWS_REGION="auto"
|
|
AWS_ACCESS_KEY_ID=""
|
|
AWS_SECRET_ACCESS_KEY=""
|
|
|
|
BUCKET_MEDIA=""
|
|
BUCKET_ML=""
|
|
|
|
RESTREAM_CLIENT_ID=""
|
|
RESTREAM_CLIENT_SECRET=""
|
|
|
|
REPLICATE_API_TOKEN=""
|
|
HF_TOKEN=""
|
|
|
|
EVENT_SINK_URL="" |