diff --git a/config/demo.products-config.json b/config/demo.products-config.json new file mode 100644 index 0000000..2aa9058 --- /dev/null +++ b/config/demo.products-config.json @@ -0,0 +1,16 @@ +{ + "products": [ + { + "name": "Gigabyte GeForce RTX 3060", + "description": "Very epic GPU", + "identifiers": [ + { + "Amazon": "B096Y2TYKV" + }, + { + "eBay": "Gigabyte GeForce RTX 3060" + } + ] + } + ] +}