first commit
This commit is contained in:
11
apps/web/.env.example
Normal file
11
apps/web/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user