- Add goals feature (models, migrations, API, web pages) - Add reserved/centralized wallet balance service - Add wallet detail page and overview components - Add new UI components (progress, multi-select, FAB) - Remove stray empty -H/-d files from working tree
12 lines
414 B
Plaintext
Executable File
12 lines
414 B
Plaintext
Executable File
# Firebase Configuration
|
|
# Get these values from your Firebase project settings
|
|
VITE_FIREBASE_API_KEY=your_api_key_here
|
|
VITE_FIREBASE_AUTH_DOMAIN=your_project_id.firebaseapp.com
|
|
VITE_FIREBASE_PROJECT_ID=your_project_id
|
|
VITE_FIREBASE_STORAGE_BUCKET=your_project_id.appspot.com
|
|
VITE_FIREBASE_MESSAGING_SENDER_ID=your_sender_id
|
|
VITE_FIREBASE_APP_ID=your_app_id
|
|
|
|
# API Configuration
|
|
VITE_API_URL=http://localhost:3000
|