# Copy to .env and replace every value before deploying. Do not commit the real .env. POSTGRES_USER=REPLACE_WITH_PRIVATE_DB_USER POSTGRES_PASSWORD=REPLACE_WITH_A_LONG_RANDOM_PASSWORD POSTGRES_DB=hiee # Private route used by the Helical package; omit scheme and path. HOST_IP=private-hostname:18085 HELICAL_HOST_PORT=18085 TAILSCALE_IP=100.64.0.10 # Start safely with synthetic data and no real external LLM. HELICALBI_LLM_MODE=stub INSTALL_CHROME=false