-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
44 lines (41 loc) · 1.98 KB
/
config.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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"product":{
"ps5_disc":{
"urls":{
"Amazon": "https://www.amazon.co.uk/dp/B08H95Y452/",
"ShopTo": "https://www.shopto.net/en/ps5hw01-playstation-5-console-p191472/",
"Game": "https://www.game.co.uk/en/playstation-5-console-2826338",
"Argos": "https://www.argos.co.uk/product/8349000",
"Smyths": "https://www.smythstoys.com/uk/en-gb/video-games-and-tablets/playstation-5/playstation-5-consoles/playstation-5-console/p/191259"
}
},
"ps5_digital" :{
"urls":{
"Amazon": "https://www.amazon.co.uk/dp/B08H97NYGP/",
"ShopTo": "https://www.shopto.net/en/ps5hw02-playstation-5-digital-console-p195341/",
"Game": "https://www.game.co.uk/en/playstation-5-console-2826338",
"Argos": "https://www.argos.co.uk/product/8349024",
"Smyths": "https://www.smythstoys.com/uk/en-gb/video-games-and-tablets/playstation-5/playstation-5-consoles/playstation-5-digital-edition-console/p/191430"
}
},
"xbox_series_x":{
"urls":{
"Amazon": "https://www.amazon.co.uk/dp/B08H93GKNJ/",
"ShopTo": "https://www.shopto.net/en/xbxhw01-xbox-series-x-p191471/",
"Game": "https://www.game.co.uk/en/playstation-5-console-2826338",
"Argos": "https://www.argos.co.uk/product/8448262/",
"Smyths": "https://www.smythstoys.com/uk/en-gb/video-games-and-tablets/xbox-gaming/xbox-series-x-%7c-s/xbox-series-x-%7c-s-consoles/xbox-series-x-1tb-console/p/192012"
}
}
},
"Outgoing_SMTP": {
"host" : "mail.privateemail.com",
"port" : 465
},
"Email_Details":{
"Recipients": [ "shahnurislam@hotmail.co.uk","hamidahmed88@googlemail.com"],
"test_Recipients": [ "shahnurislam@hotmail.co.uk"],
"Subject": "PS5 Stock Notification",
"Sender": "Shan"
}
}