# 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"