# Veritas Kanban Demo — Environment Configuration # Copy to .env and adjust as needed # Port the demo UI will be accessible on (host side) DEMO_PORT=3099 # Host interface for the published demo port. # Keep 127.0.0.1 for local demos. Do not use 0.0.0.0 unless auth is enabled # and credentials are replaced. DEMO_BIND=127.0.0.1 # Throwaway admin API key for local demo seeding only. VERITAS_ADMIN_KEY=demo-admin-key-2026 # Set false only for local loopback demos. Set true before any non-loopback access. VERITAS_AUTH_ENABLED=false