From b9fb6cbc89c4351bab55b3285630b44e96947c95 Mon Sep 17 00:00:00 2001 From: Marvin Scham Date: Wed, 7 Jun 2023 05:45:28 +0200 Subject: [PATCH] Added demo products config --- config/demo.products-config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/demo.products-config.json 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" + } + ] + } + ] +}