7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
# Database Configuration (TimescaleDB)
|
|
POSTGRES_HOST=localhost
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_DB=iot_data
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=example
|