feat: project skeleton with config, dependencies, and test setup
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
MQTT_HOST=192.168.0.31
|
||||
MQTT_PORT=1883
|
||||
MQTT_USERNAME=
|
||||
MQTT_PASSWORD=
|
||||
EMQX_API_URL=http://192.168.0.31:18083/api/v5
|
||||
EMQX_API_KEY=your-api-key
|
||||
EMQX_API_SECRET=your-secret
|
||||
DATABASE_URL=sqlite+aiosqlite:///./data/mqtt_home.db
|
||||
WEB_HOST=0.0.0.0
|
||||
WEB_PORT=8000
|
||||
Reference in New Issue
Block a user