Skip to content
Open
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
NODE_ENV="development"
PORT=4444

# API Key para autenticação (opcional)
# Se não estiver configurada, a API aceitará requisições sem autenticação
# API Key para autenticação (opcional)
# Se não estiver configurada, a API aceitará requisições sem autenticação
API_KEY="sua_api_key_secreta_aqui"

SANDBOX_DIR="/tmp/sandbox"
SANDBOX_TIMEOUT=10000
Loading