Initial commit
CI / schema-and-codegen (push) Failing after 29s

This commit is contained in:
root
2026-06-20 03:54:40 -04:00
commit 9494f85b78
57 changed files with 3324 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
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