All checks were successful
Frontend Build and Deploy / build (push) Successful in 32s
12 lines
431 B
Plaintext
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"
|