# Configuration for Backend and Frontend

# Backend Configuration
BACKEND_HOST = "0.0.0.0"
BACKEND_PORT = 8000

# Frontend Configuration
FRONTEND_PORT = 7860
APP_NAME = "Prompt Search Engine"