# --------------------------------------------------------------------------- # Public (baked into the client bundle at build time — never put secrets here) # --------------------------------------------------------------------------- VITE_SITE_URL=https://exodevices.ru/fitness # Sub-path the site is served from, if any. Leave as "/" when it sits at the # domain root; set to "/fitness/" if it is mounted under exodevices.ru/fitness. VITE_BASE_PATH=/ # --------------------------------------------------------------------------- # Server # --------------------------------------------------------------------------- PORT=3000 # --------------------------------------------------------------------------- # amoCRM — server-side only, never exposed to the browser # --------------------------------------------------------------------------- # Your account subdomain: for https://exotherapy.amocrm.ru put "exotherapy" AMO_SUBDOMAIN= # Long-lived access token. # amoCRM → Настройки → Интеграции → Создать интеграцию → Внешняя интеграция → # open it → tab "Ключи и скопы" → «Генерировать токен» (долгосрочный, ~1 год). AMO_LONG_LIVED_TOKEN= # Pipeline (воронка) the leads land in. The lead is placed in its first stage. AMO_PIPELINE_ID=10980758 # Optional: numeric id of the amoCRM user leads are assigned to. AMO_RESPONSIBLE_USER_ID= # Optional: comma-separated tags added to every lead. AMO_LEAD_TAGS=fitness-landing