Some checks failed
CI/CD Pipeline / Backend - Lint & Test (push) Has been cancelled
CI/CD Pipeline / Frontend - Lint & Test (push) Has been cancelled
CI/CD Pipeline / Security Scan (push) Has been cancelled
CI/CD Pipeline / Build Backend (push) Has been cancelled
CI/CD Pipeline / Build Frontend (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
CI/CD Pipeline / Performance Tests (push) Has been cancelled
CI/CD Pipeline / Dependency Updates (push) Has been cancelled
- Updated Anthropic API to latest version (2024-01-01) - Set Claude 3.7 Sonnet Latest as primary model - Removed deprecated Opus 3.5 references - Fixed LLM response validation and JSON parsing - Improved error handling and logging - Updated model configurations and pricing - Enhanced document processing reliability - Fixed TypeScript type issues - Updated environment configuration
21 lines
714 B
Plaintext
21 lines
714 B
Plaintext
# Frontend Production Environment Configuration
|
|
|
|
# Firebase Configuration (Testing Project)
|
|
VITE_FIREBASE_API_KEY=AIzaSyBNf58cnNMbXb6VE3sVEJYJT5CGNQr0Kmg
|
|
VITE_FIREBASE_AUTH_DOMAIN=cim-summarizer-testing.firebaseapp.com
|
|
VITE_FIREBASE_PROJECT_ID=cim-summarizer-testing
|
|
VITE_FIREBASE_STORAGE_BUCKET=cim-summarizer-testing.appspot.com
|
|
VITE_FIREBASE_MESSAGING_SENDER_ID=123456789
|
|
VITE_FIREBASE_APP_ID=1:123456789:web:abcdef123456
|
|
|
|
# Backend API (Testing)
|
|
VITE_API_BASE_URL=https://api-76ut2tki7q-uc.a.run.app
|
|
|
|
# App Configuration
|
|
VITE_APP_NAME=CIM Document Processor (Testing)
|
|
VITE_MAX_FILE_SIZE=104857600
|
|
VITE_ALLOWED_FILE_TYPES=application/pdf
|
|
|
|
# Admin Configuration
|
|
VITE_ADMIN_EMAILS=jpressnell@bluepointcapital.com
|