NEXT_PUBLIC_APP_URL=https://adseeq.com DATABASE_URL="postgresql://USER:PASSWORD@HOST:5432/winninghunter?schema=public" AUTH_COOKIE_NAME=wh_session AUTH_SESSION_DAYS=30 ADMIN_EMAILS="admin@winninghunter.local" # Google OAuth (https://console.cloud.google.com/apis/credentials) # Authorized redirect URI: https://adseeq.com/api/auth/google/callback GOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET= # Apify Meta Ads ingestion (runtime secret; do not expose to the browser) APIFY_TOKEN= APIFY_ACTOR_ID=aiscraperdev~facebook-meta-ads-library-scraper APIFY_TIKTOK_ACTOR_ID=toolzerhub~tiktok-shop-products-scraper OPENAI_API_KEY= OPENAI_MODEL=gpt-5.6-luna STRIPE_SECRET_KEY= STRIPE_WEBHOOK_SECRET= STRIPE_PRICE_BASIC_MONTHLY= STRIPE_PRICE_BASIC_YEARLY= STRIPE_PRICE_STANDARD_MONTHLY= STRIPE_PRICE_STANDARD_YEARLY= STRIPE_PRICE_PREMIUM_MONTHLY= STRIPE_PRICE_PREMIUM_YEARLY= CRON_SECRET= RESEND_API_KEY= ALERT_FROM_EMAIL= ALERT_WEBHOOK_URL= ENABLE_DEMO_ACCOUNTS=false # For docker-compose POSTGRES_PASSWORD="change-this-long-random-password" PORT=3000