File size: 377 Bytes
fea1bd1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Network & Server
HOST=localhost
PORT=8080

# Defaults & Flags
TIMEOUT_DEFAULT=60
AUDIT_ENABLED=1
DELETE_MODE=trash           # trash | hard
PY_UNSAFE_DEFAULT=0         # 0 = SAFE; 1 = UNSAFE (exige CONFIRMO por comando)

# Exec allowlist (comandos sem confirmação)
EXEC_ALLOWLIST=cmd,ipconfig,ping,tracert,where,tasklist,python,git

# Paths
DATA_DIR=./data
LOGS_DIR=./logs