1er
This commit is contained in:
30
backend/config_backend.json
Normal file
30
backend/config_backend.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"app": {
|
||||
"env": "dev",
|
||||
"version": "0.1.0",
|
||||
"base_url": "http://localhost:8008",
|
||||
"log_level": "INFO"
|
||||
},
|
||||
"scrape": {
|
||||
"interval_minutes": 60,
|
||||
"headless": true,
|
||||
"timeout_ms": 30000,
|
||||
"retries": 1,
|
||||
"delay_range_ms": [1000, 3000],
|
||||
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36",
|
||||
"viewport": { "width": 1366, "height": 768 },
|
||||
"locale": "fr-FR",
|
||||
"timezone": "Europe/Paris",
|
||||
"proxy": null
|
||||
},
|
||||
"stores_enabled": ["amazon_fr"],
|
||||
"taxonomy": {
|
||||
"categories": ["SSD", "CPU", "GPU", "RAM"],
|
||||
"types_by_category": {
|
||||
"SSD": ["NVMe", "SATA"],
|
||||
"CPU": ["Desktop", "Mobile"],
|
||||
"GPU": ["Gaming", "Workstation"],
|
||||
"RAM": ["DDR4", "DDR5"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user