opencand.ui/.env.example
José Henrique 8090fd13a3
All checks were successful
Frontend Build and Deploy / build (push) Successful in 32s
add Firebase integration and configuration
2025-07-11 22:32:45 -03:00

12 lines
431 B
Plaintext

# OpenCand API Configuration
# The base URL for the OpenCand API
VITE_API_BASE_URL=https://api.example.com
VITE_FIREBASE_API_KEY="your_api_key"
VITE_FIREBASE_AUTH_DOMAIN="your_auth_domain"
VITE_FIREBASE_PROJECT_ID="your_project_id"
VITE_FIREBASE_STORAGE_BUCKET="your_storage_bucket"
VITE_FIREBASE_MESSAGING_SENDER_ID="your_messaging_sender_id"
VITE_FIREBASE_APP_ID="your_app_id"
VITE_FIREBASE_MEASUREMENT_ID="your_measurement_id"