promptsearchengine / config.py
Jokica17's picture
Docker setup refactor:
6485a25
raw
history blame
192 Bytes
# 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"