Spaces:
Runtime error
Runtime error
File size: 254 Bytes
dd07930 3dde046 dd07930 3dde046 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# 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"
|