# Firebase Configuration
FIREBASE_PROJECT=demo-mve-firebase-functions

# URL Configuration
FUNCTION_URL=http://localhost:5001/demo-mve-firebase-functions/us-central1/get_secret
DEBUG_FUNCTION_URL=http://localhost:8080/
DEBUG_MODE=False

# Authentication
ADMIN_USER=admin
