Files
slipmatz-web/.env.example
2025-11-07 17:38:13 +08:00

11 lines
447 B
Plaintext

# Firebase Configuration
# Get these values from your Firebase Console -> Project Settings -> General -> Your apps
FIREBASE_API_KEY=your_firebase_api_key_here
FIREBASE_AUTH_DOMAIN=auctions-fb598.firebaseapp.com
FIREBASE_PROJECT_ID=auctions-fb598
FIREBASE_STORAGE_BUCKET=auctions-fb598.appspot.com
FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id_here
FIREBASE_APP_ID=your_app_id_here
# Backend Configuration
BACKEND_URL=http://localhost:3000