forked from Dam998/shopify-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
24 lines (24 loc) · 849 Bytes
/
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
{
"mongodb_uri": "mongodb://127.0.0.1:27017/shopify",
"webhook_url": [
"DISCORD_WEBHOOK_URL"
],
"discord_message_settings": {
"botImage": "https://cdn.discordapp.com/embed/avatars/0.png",
"botName": "Shopify monitor",
"footerDescription": "",
"footerImage": "",
"timeOfNotification": true
},
"requestTiming": 30000,
"__KEYWORDS_EXPLAINED" : "In this default example that I've created the monitor will notify you if find a Nike product in hanon or sensinko site, and it'll notify if find a New Balance or Adidas Yeezy product only in hanon site",
"keywords": [["Nike"]],
"sites": [
{
"url": "hanon-shop.com",
"keywords": [["New Balance"],["Adidas","Yeezy" ]]
},
{ "url": "sesinko.com" }
],
"proxiesList": [ ]
}