Spaces:
Runtime error
Runtime error
Silicon Valley - Admin
Refactor Dockerfile and server implementation for improved containerization and functionality
3dde046
# Hypercorn configuration file | |
# Server binding options | |
bind = "0.0.0.0:7860" | |
workers = 1 | |
# Websocket settings | |
websocket_ping_interval = 20 | |
websocket_max_message_size = 16777216 | |
# Logging configuration | |
accesslog = "-" | |
errorlog = "-" | |
loglevel = "INFO" | |