1
0
mirror of https://github.com/algora-io/tv.git synced 2024-11-26 01:00:20 +02:00
algora-tv/.env.example

20 lines
352 B
Plaintext
Raw Normal View History

2024-02-29 21:31:42 +02:00
DATABASE_URL="postgresql://user:pass@localhost:5432/db"
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=""
2024-05-01 22:34:05 +02:00
BUCKET_MEDIA=""
BUCKET_ML=""
2024-05-22 16:03:18 +02:00
RESTREAM_CLIENT_ID=""
RESTREAM_CLIENT_SECRET=""
2024-05-01 22:34:05 +02:00
REPLICATE_API_TOKEN=""
HF_TOKEN=""
2024-02-29 21:31:42 +02:00
EVENT_SINK_URL=""