# Auto Color Match — runtime config, DEV/TEST defaults (NO secrets here).
#
# This is the repo SOURCE for the panel's runtime config; it ships INTO the bundle as plain `.env`
# (the name the panel reads at startup). `task dev` runs with THIS file unedited. Launch (LIVE)
# values live in .env.prod, which scripts/package.js overlays onto the staged .env at stage time
# (production keys win) for every signed/staged build. You should NOT hand-edit test↔live here.
#
# The panel's "Buy Pro" button opens ACM_BUY_URL. TEST checkout below; the LIVE link is in .env.prod.
ACM_BUY_URL=https://checkout.dodopayments.com/buy/pdt_0Nj1xCS5DYIK7J0S0Vm9I?quantity=1

# --- Dodo Payments licensing (License API is PUBLIC — do NOT put any secret API key here) ---
# Brand: SuperApp7  ·  Brand ID: bus_0NiP73aI7GAuM5gVBoLy4  ·  Support: support@superapp7.com
#
# Mode selects the API host the panel calls: test -> test.dodopayments.com, live -> live.dodopayments.com.
# Stays 'test' here for dev; .env.prod overlays 'live' (+ live ACM_BUY_URL/ACM_DODO_PRODUCT_ID)
# into every staged/signed build automatically.
ACM_DODO_MODE=live
# Per-major lock: set the PRODUCT id of THIS major version's Dodo product. A key activated for a
# different product (an older/other major) will NOT unlock this build. Copy it from Dodo →
# Products → your product (starts with 'pdt_'). Leave blank to accept ANY active key (fine for first
# testing; set it before launch so per-major locking works).
ACM_DODO_PRODUCT_ID=pdt_0Nj1xCS5DYIK7J0S0Vm9I
# How many days the panel keeps working offline on a cached "valid" result before requiring a
# reconnect to revalidate (default 14).
ACM_DODO_OFFLINE_GRACE_DAYS=14
# Optional: your Dodo customer-portal link, shown as "Manage license" in the panel. Leave blank if
# you don't expose one.
ACM_MANAGE_URL=

# Adobe has NO upload API: `task publish` builds + signs the versioned ZXP and OPENS this listing so

