Files
suivi_produit/backend/config_backend.json
2026-01-19 06:16:38 +01:00

56 lines
987 B
JSON

{
"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",
"Laptop"
],
"types_by_category": {
"SSD": [
"NVMe",
"SATA"
],
"CPU": [
"Desktop",
"Mobile"
],
"GPU": [
"Gaming",
"Workstation"
],
"RAM": [
"DDR4",
"DDR5"
]
}
}
}