feat(api): add backend
routes and WebSockets
This commit is contained in:
12
.example.env
12
.example.env
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user