feat: add autocannon and fix purchase ticket flow

This commit is contained in:
Ayobami
2025-07-30 22:31:34 +01:00
parent 42fec5708a
commit 064ae104f7
6 changed files with 173 additions and 103 deletions
-21
View File
@@ -1,21 +0,0 @@
# Server Configuration
PORT=3049
NODE_ENV=development
# Redis Configuration
REDIS_URL=redis://localhost:6379
REDIS_HOST=localhost
REDIS_PORT=6379
# Event Configuration
DEFAULT_TICKETS_PER_EVENT=10000
# Logging Configuration
LOG_LEVEL=info
LOG_FILE=logs/app.log
# PDF Configuration
PDF_OUTPUT_DIR=./tickets
# Metrics Configuration
METRICS_PORT=9090