File size: 687 Bytes
21cac8a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "server": {
    "environment": "development",
    "rateLimitEnabled": false
  },
  "logging": {
    "level": "debug",
    "enableConsole": true,
    "enableFile": true,
    "enableStructured": false
  },
  "analysis": {
    "maxConcurrentAnalyses": 2,
    "timeoutMs": 180000
  },
  "browser": {
    "poolSize": 2,
    "enableLogging": true
  },
  "visualAnalysis": {
    "processingTimeoutMs": 20000
  },
  "health": {
    "intervalMs": 60000
  },
  "security": {
    "helmet": {
      "contentSecurityPolicy": false
    },
    "cors": {
      "origin": ["http://localhost:5173", "http://localhost:3000"]
    }
  },
  "features": {
    "metrics": true,
    "websockets": false
  }
}