🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
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 |