16 lines
314 B
Bash
16 lines
314 B
Bash
# MQTT Configuration
|
|
MQTT_BROKER=192.168.10.46
|
|
MQTT_PORT=1883
|
|
MQTT_USERNAME=note4
|
|
MQTT_PASSWORD=note4
|
|
MQTT_TOPIC=homeassistant/sensor/RTSPCamDigitDetection/state
|
|
|
|
# AI Configuration
|
|
# model filename inside the 'models' folder
|
|
MODEL_FILE=dig-class11_1910_s2_q.tflite
|
|
|
|
# App Configuration
|
|
DEBUG=True
|
|
LOG_LEVEL=INFO
|
|
|