From 3bd864ed958df144983b27fb6e946fab715bb447 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:08:10 +0530 Subject: [PATCH] feat(env): add Instagram scraping configuration parameters to .env.example --- surfsense_backend/.env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/surfsense_backend/.env.example b/surfsense_backend/.env.example index 6bbf32d3f..a030b75aa 100644 --- a/surfsense_backend/.env.example +++ b/surfsense_backend/.env.example @@ -290,6 +290,8 @@ MICROS_PER_PAGE=1000 # GOOGLE_MAPS_MICROS_PER_REVIEW=1500 # YOUTUBE_MICROS_PER_VIDEO=2500 # YOUTUBE_MICROS_PER_COMMENT=1500 +# INSTAGRAM_SCRAPE_MICROS_PER_ITEM=3500 +# INSTAGRAM_SCRAPE_MICROS_PER_COMMENT=1500 # Low-balance warning threshold (micro-USD), surfaced to the UI. Default $0.50. CREDIT_LOW_BALANCE_WARNING_MICROS=500000