# Server SERVER_PORT=3002 # Hono ERP API (museum sales data) ERP_API_URL=https://hono-erp.azurewebsites.net ERP_API_CODE=your-api-function-key ERP_USERNAME=your-username ERP_PASSWORD=your-password # NocoDB (for ETL writes) NOCODB_URL=http://localhost:8090 NOCODB_TOKEN=your-token NOCODB_BASE_ID=your-base-id # ETL sync secret (for cron auth) ETL_SECRET=your-secret-here # Auth ADMIN_PIN=your-pin-code SESSION_SECRET=your-random-session-secret