"""Configuration Gunicorn pour T2A Viewer.""" bind = "0.0.0.0:7500" workers = 2 timeout = 300 accesslog = "-" errorlog = "-" loglevel = "info"