@@ -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
|
||||
Reference in New Issue
Block a user