-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
40 lines (32 loc) · 1005 Bytes
/
Copy path.env.example
File metadata and controls
40 lines (32 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# ⚙️ Configuração do Sistema - Exemplo
# Copie este arquivo para .env e ajuste os valores
# ===== SERVIDOR NODE.JS =====
PORT=3000
NODE_ENV=development
BASE_URL=http://localhost:3000
# ===== ESP32-CAM =====
ESP32_CAM_IP=192.168.100.56
ESP32_CAM_PORT=81
ESP32_CAM_STREAM_URL=http://192.168.100.56:81/stream
# ===== ESP32-PAI =====
# Configure no código do ESP32 (main.cpp)
ESP32_PAI_SSID=FJ
ESP32_PAI_PASSWORD=#f39A@jl32*1
ESP32_PAI_SERVER_IP=192.168.100.11
ESP32_PAI_SERVER_PORT=3000
# ===== MÓDULOS ESP32 =====
# MACs dos módulos (configure no main.cpp)
MODULO_SENSOR_MAC=D0:EF:76:15:8F:04
MODULO_MOTOR_MAC=EC:64:C9:7B:99:8C
# ===== SCRIPT PYTHON =====
PYTHON_AUTO_MODE=true
PYTHON_CAPTURE_INTERVAL=3
PYTHON_SEND_MODE=both # websocket, http, both
PYTHON_ROTATE=0 # 0, 90, 180, 270
# ===== MODELO KAZAKH =====
MODEL_PATH=checkpoints/kaz_model.pth
VOCAB_PATH=vocabulary/vocab_kz.pickle
DEVICE=cuda # cuda ou cpu
# ===== LOGS =====
DEBUG=false
LOG_LEVEL=info # error, warn, info, debug