7 lines
261 B
Bash
7 lines
261 B
Bash
# Stream Server Configuration
|
|
STREAM_PORT=8082
|
|
DATABASE_URL=postgres://veza:veza_password@127.0.0.1:5432/veza_db?sslmode=disable
|
|
REDIS_URL=redis://127.0.0.1:6379/0
|
|
RUST_LOG=info
|
|
JWT_SECRET=your-secret-key-change-in-production
|
|
AUDIO_STORAGE_PATH=/tmp/veza-audio
|