Files
root 9494f85b78
CI / schema-and-codegen (push) Failing after 29s
Initial commit
2026-06-20 03:54:40 -04:00

13 lines
346 B
Bash

DATABASE_URL=postgresql://tlm:tlm@localhost:5432/tlm
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
JWT_SECRET=change-me-in-production
PORT=4000
S3_ENDPOINT=http://127.0.0.1:9000
S3_REGION=us-east-1
S3_BUCKET=tlm-media
S3_ACCESS_KEY=minio
S3_SECRET_KEY=minio12345
PUBLIC_MEDIA_BASE_URL=http://127.0.0.1:9000/tlm-media
ICE_URLS=stun:stun.l.google.com:19302