13 lines
346 B
Bash
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
|