Spaces:
Sleeping
Sleeping
# Environment Variables for Tabble-v3 | |
# Server Configuration | |
PORT=7860 | |
HOST=0.0.0.0 | |
# Security | |
SECRET_KEY=your_secret_key_here_change_in_production | |
# Application Settings | |
DEBUG=False | |
APP_NAME=Tabble-v3 | |
APP_VERSION=3.1.0 | |
# Database Configuration | |
# Note: SQLite databases are auto-created based on hotels.csv | |
# Firebase Configuration (Optional - for production phone authentication) | |
# FIREBASE_PRIVATE_KEY_ID=your_firebase_private_key_id | |
# FIREBASE_PRIVATE_KEY=your_firebase_private_key | |
# FIREBASE_CLIENT_EMAIL=your_firebase_client_email | |
# FIREBASE_CLIENT_ID=your_firebase_client_id | |
# FIREBASE_AUTH_URI=https://accounts.google.com/o/oauth2/auth | |
# FIREBASE_TOKEN_URI=https://oauth2.googleapis.com/token | |
# Hugging Face Spaces | |
HUGGINGFACE_SPACES=1 | |
# CORS Settings (for production, specify allowed origins) | |
ALLOWED_ORIGINS=["*"] | |
# Logging | |
LOG_LEVEL=INFO |