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