# Install as /etc/exo/.env — chown root:exo, chmod 640 # Runtime config for the Node process. systemd injects this via EnvironmentFile. # CONTAINS A SECRET: never commit a filled-in copy. NODE_ENV=production HOST=127.0.0.1 # Per deploy/apps.conf: fitnes 3000, hotel 3001, medcenterphysio 3002, medcenterstart 3003 PORT=3000 # amoCRM account subdomain. "exotherapy", "exotherapy.amocrm.ru" and a full URL # are all accepted (server/src/config.ts). AMO_SUBDOMAIN=zvvamoexotherapyru # Long-lived token, valid ~1 year. Paste out of band; rotate before it expires # (its failure mode is a 401 surfaced to visitors as a 502). AMO_LONG_LIVED_TOKEN= AMO_PIPELINE_ID=10980758 AMO_RESPONSIBLE_USER_ID= # Per-landing tag, per deploy/apps.conf. AMO_LEAD_TAGS=fitness-landing # Optional, undocumented in the app .env.example files: overrides the amoCRM # domain (default amocrm.ru). # AMO_DOMAIN=amocrm.ru