13 lines
No EOL
332 B
Bash
13 lines
No EOL
332 B
Bash
# API Principal
|
|
API_URL=http://localhost:3000/v1
|
|
|
|
# API KEY para conectar con el API principal
|
|
WORKER_KEY=885E2E87-6B8C-4CBC-93D8-D07CC5A13158
|
|
|
|
# OpenWA
|
|
OPENWA_URL=http://localhost:2785
|
|
OPENWA_API_KEY=owa_k1_e2a44d3144f5870553ebdb52dfe373d89fd056f7fb90ef17ce14ca3f889f4bcc
|
|
|
|
# Configuración del worker
|
|
WORKER_INTERVAL=3000
|
|
PORT=3001 |