Basic data ingestion and analytics
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
# Database Configuration (TimescaleDB)
|
||||
POSTGRES_HOST=localhost
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_DB=iot_data
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=example
|
||||
Reference in New Issue
Block a user