b34b0dd7d6
Validators (Pushes and Pull Requests) / UI & Storage Validation (pull_request) Failing after 12s
Validators (Pushes and Pull Requests) / Database & Schema Validation (pull_request) Successful in 13s
Validators (Pushes and Pull Requests) / Core Validators & Database Setup (pull_request) Failing after 28s
Validators (Pushes and Pull Requests) / WBS & Audit Validations (pull_request) Has been skipped
Validators (Pushes and Pull Requests) / .NET Contracts (pull_request) Has been skipped
Validators (Pushes and Pull Requests) / Calibration & Performance (pull_request) Has been skipped
Validators (Pushes and Pull Requests) / Operational Report & Decision Packet (pull_request) Has been skipped
Validators (Pushes and Pull Requests) / CI Workflow Lint (pull_request) Failing after 10s
Validators (Pushes and Pull Requests) / Security & Secrets (pull_request) Successful in 12s
Validators (Pushes and Pull Requests) / Notify PR Results (pull_request) Successful in 2s
Frontend CI Pipeline / ci-frontend-8-steps (pull_request) Failing after 2m50s
24 lines
440 B
Bash
24 lines
440 B
Bash
# API Configuration
|
|
VITE_API_URL=https://api.example.com
|
|
VITE_API_TIMEOUT=30000
|
|
|
|
# Authentication
|
|
VITE_AUTH_ENABLED=true
|
|
VITE_JWT_SECRET=your-secret-key
|
|
|
|
# Environment
|
|
VITE_ENV=production
|
|
VITE_DEBUG=false
|
|
|
|
# Monitoring
|
|
VITE_SENTRY_DSN=https://key@sentry.io/project
|
|
VITE_ANALYTICS_ID=UA-XXXXXXXXX-X
|
|
|
|
# Feature Flags
|
|
VITE_FEATURE_ADVANCED_REPORTS=true
|
|
VITE_FEATURE_CUSTOM_FIELDS=true
|
|
|
|
# Logging
|
|
VITE_LOG_LEVEL=info
|
|
VITE_LOG_RETENTION_DAYS=30
|