25 lines
559 B
Plaintext
25 lines
559 B
Plaintext
# Firebase Configuration
|
|
FIREBASE_PROJECT_ID=muning-menu-recommender
|
|
FIREBASE_STORAGE_BUCKET=muning-menu-recommender.appspot.com
|
|
|
|
# Google Services
|
|
GOOGLE_SIGN_IN_CLIENT_ID=your_google_sign_in_client_id_here
|
|
|
|
# Gemini AI Configuration
|
|
GEMINI_API_KEY=your_gemini_api_key_here
|
|
|
|
# App Configuration
|
|
APP_ENV=development
|
|
DEBUG_MODE=true
|
|
|
|
# API Configuration
|
|
API_BASE_URL=https://api.muningkofie.com
|
|
API_TIMEOUT=30000
|
|
|
|
# Feature Flags
|
|
ENABLE_GOOGLE_SIGN_IN=true
|
|
ENABLE_OFFLINE_MODE=true
|
|
ENABLE_PUSH_NOTIFICATIONS=true
|
|
ENABLE_ANALYTICS=true
|
|
ENABLE_CRASHLYTICS=false
|