# Backend API development defaults. API_PORT=3100 API_BODY_LIMIT="100mb" CORS_ORIGIN="http://localhost:3001,http://localhost:4002,https://localhost:4443" DATABASE_URL="postgresql://surclaw:surclaw_dev_password@localhost:5433/surclaw?schema=public" SESSION_SECRET="change-me-in-production" SESSION_COOKIE_SECURE="false" TRUST_PROXY="false" FILE_STORAGE_DIR="./uploads" RUN_DB_MIGRATIONS="true" RUN_DB_SEED="true" DOCKER_STARTUP_RETRIES=30 DOCKER_STARTUP_RETRY_DELAY=2 VITE_API_PROXY_TARGET="http://localhost:3100" VITE_ENABLE_LOCAL_FALLBACK="true"