temu-labels-crawler/config.json

41 lines
2.8 KiB
JSON

{
"dev": {
"temu_orders_path" : "D:/Projects/Crawlers/temu-label-crawler",
"orders_path": "D:/Projects/Crawlers/amazon_crawler/data/orders",
"voc_path":"D:/Projects/Crawlers/amazon_crawler/data/voc",
"reviews_path": "D:/Projects/Crawlers/amazon_crawler/data/reviews",
"return_comments_path": "D:/Projects/Crawlers/amazon_crawler/data/return_comments",
"storefront_path": "D:/Projects/Crawlers/amazon_crawler/data/storefront",
"chrome_profile_path": "D:/Projects/Crawlers/amazon_crawler/data/chrome_path",
"cosmos_path_orders_progress": "http://localhost:8080/uind/rest/cosmos/amazon-orders-progress/edit",
"cosmos_path_vocs" : "https://portal.utopiaindustries.pk/uind/rest/cosmos/amazon-voc/edit",
"localhost_return_comments_path":"http://192.168.91.11:8080/uind/rest/cosmos/amazon-voc/return-comments/edit",
"cosmos_path_reviews" : "https://portal.utopiaindustries.pk/uind/rest/cosmos/amazon-reviews/edit",
"cosmos_temu_orders" : "http://192.168.90.228:8081/cosmos/temu/order-upload-json",
"shopify_products_path" : "D:/Projects/Crawlers/amazon_crawler/data/products",
"shopify_variants_path" : "D:/Projects/Crawlers/amazon_crawler/data/variants",
"amz_product_path" : "D:/Projects/Crawlers/amazon_crawler/data/products",
"temuLoginPage" : "https://seller.temu.com/login.html",
"temuOrdersPage" : "https://seller.temu.com/orders.html?activeTab=2",
"temuOrderPage" : "https://seller.temu.com/order-detail.html?parent_order_sn=",
"temuOrderReportPage" : "https://seller.temu.com/order-reports.html"
},
"prod": {
"temu_orders_path" : "/mnt/AmazonReports/Temu",
"orders_path": "/mnt/AmazonReports/amazon-orders",
"voc_path": "/mnt/AmazonReports/amazon-voc",
"reviews_path": "/mnt/AmazonReports/amazon-reviews",
"return_comments_path": "/mnt/AmazonReports/return_comments",
"storefront_path": "/mnt/AmazonReports/amazon-storefront",
"chrome_profile_path": "/home/ec2-user/amazon_crawler/chrome_profile",
"cosmos_path_orders_progress": "https://portal.utopiaindustries.pk/uind/rest/cosmos/amazon-orders-progress/edit",
"cosmos_path_vocs" : "https://portal.utopiaindustries.pk/uind/rest/cosmos/amazon-voc/edit",
"cosmos_path_reviews" : "https://portal.utopiaindustries.pk/uind/rest/cosmos/amazon-reviews/edit",
"cosmos_temu_orders" : "https://cosmos.utopiadeals.com/cosmos/temu/order-upload-json",
"temuLoginPage" : "https://seller.temu.com/login.html",
"temuOrdersPage" : "https://seller.temu.com/orders.html?activeTab=2",
"temuOrderPage" : "https://seller.temu.com/order-detail.html?parent_order_sn=",
"temuOrderReportPage" : "https://seller.temu.com/order-reports.html"
}
}