Initial commit: tischlerctrl home automation project
This commit is contained in:
7
server/.env.example
Normal file
7
server/.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
# Server Environment Configuration
|
||||
PORT=8080
|
||||
DB_PATH=./data/sensors.db
|
||||
|
||||
# Job intervals (optional, defaults shown)
|
||||
# AGGREGATION_INTERVAL_MS=600000
|
||||
# CLEANUP_INTERVAL_MS=3600000
|
||||
Reference in New Issue
Block a user