feat: complete phase one and two of task implementation

This commit is contained in:
Ayobami
2025-07-29 21:48:34 +01:00
parent b8fc924e7e
commit 42fec5708a
12 changed files with 1585 additions and 36 deletions
+21
View File
@@ -0,0 +1,21 @@
# 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