From 710713224b120185571232acfc8713c52ad8f78c Mon Sep 17 00:00:00 2001 From: WOBBLEFANG THE THIRD Date: Fri, 23 Jan 2026 12:18:23 +0100 Subject: [PATCH] docs: add example environment configuration for product monitoring --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..c5306b7 --- /dev/null +++ b/.env.example @@ -0,0 +1,6 @@ +# The URL of the product. +PRODUCT_URL=https://formdt1.com/products/t1titanium +# The specific Variant ID to monitor. +TARGET_VARIANT_ID=47959309156670 +# Discord webhook URL for notifications. +DISCORD_WEBHOOK_URL=... \ No newline at end of file