-
Notifications
You must be signed in to change notification settings - Fork 10
/
configSample.json
31 lines (31 loc) · 946 Bytes
/
configSample.json
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
{
"email" : {
"host": "smtp-mail.outlook.com",
"from": "[email protected]",
"password": "berenupassword",
"to": "[email protected]"
},
"products": [
{
"productId": "182851",
"catalogRefId": "2364931",
"name": "MANCUERNAS DE 15 KILOS",
"link": "https://www.decathlon.es/es/p/mancuerna-hexagonal-hex-dumbbell-cross-training-musculacion-15-kg-negro/_/R-p-182851?mc=8399333&c=NEGRO",
"outOfStock": true
},
{
"productId": "307489",
"catalogRefId": "2721124",
"name": "MANCUERNAS DE 22.5 KILOS",
"link": "https://www.decathlon.es/es/p/mancuerna-hexagonal-hex-dumbbell-cross-training-musculacion-22-5-kg-negro-rojo/_/R-p-307489?mc=8552682&c=NEGRO",
"outOfStock": true
},
{
"productId": "X8541571",
"catalogRefId": "2859200",
"name": "ZAPATILLAS",
"link": "https://www.decathlon.es/es/p/zapatillas-caminar-adidas-lite-racer-mujer-negras/_/R-p-X8541571?mc=8541571",
"outOfStock": true
}
]
}