veza/veza-stream-server/.env

8 lines
315 B
Bash
Raw Normal View History

SECRET_KEY=dev-secret-key-minimum-32-characters-long-for-testing-stream
DATABASE_URL=postgres://veza:password@localhost:5432/veza?sslmode=disable
RABBITMQ_URL=amqp://veza:password@localhost:5672/%2f
JWT_SECRET=dev-secret-key-minimum-32-characters-long-for-testing
ALLOWED_ORIGINS=*
AUDIO_DIR=audio
STREAM_PORT=3002