File size: 302 Bytes
15b0ad3
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Configuration for Backend and Frontend

# TODO: add FRONTEND_HOST and change BACKEND_HOST to work both local and within docker container
# Backend Configuration
BACKEND_HOST = "backend"  # "0.0.0.0"
BACKEND_PORT = 8000

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