# Admin Token (REQUIRED) # Long random string used to authenticate the admin via ?adm= in the URL. # Generate with: openssl rand -hex 32 ADMIN_TOKEN=replace-with-32-byte-random-hex # Public base URL used by the guest CLI when generating links PUBLIC_BASE_URL=http://localhost:3000 # Application Settings (Optional) NODE_ENV=production PORT=3000 # Cookie Security (Optional) # Set to 'false' if accessing over HTTP (e.g., local LAN without HTTPS) # When unset, auto-detects HTTPS via X-Forwarded-Proto header # COOKIE_SECURE=false # Timezone for logs (Optional) TZ=America/New_York # Default currency for wishlist items (Optional) DEFAULT_CURRENCY=USD