Files
sound-analyze/.example.env
Iwwww 1b864228d4 feat(api): add backend
routes and WebSockets
2025-12-26 19:26:06 +03:00

13 lines
215 B
Bash

# collector
SERIAL_PORT=/dev/ttyACM0
BAUDRATE=115200
# DB
DB_NAME=audio_analyzer
DB_USER=postgres
DB_PASSWORD=postgres
DB_PORT=5432
# api
DATABASE_URL=postgresql+asyncpg://postgres:postgres@db:5432/audio_analyzer