NODE_ENV=development PORT=3001 DATABASE_URL=sqlite:./data/design-system.db JWT_SECRET=your-secret-key-change-in-production JWT_EXPIRE=7d JWT_REFRESH_SECRET=your-refresh-secret-key JWT_REFRESH_EXPIRE=30d CORS_ORIGIN=http://localhost:5173,http://localhost:3000 FIGMA_API_KEY=your-figma-api-key JIRA_API_KEY=your-jira-api-key JIRA_HOST=your-jira-host.atlassian.net LOG_LEVEL=info