7 lines
315 B
Bash
7 lines
315 B
Bash
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
|