hypercorn_config.py 74 B

123456
  1. """
  2. @author: luojunhui
  3. """
  4. bind = "0.0.0.0:8000"
  5. workers = 2
  6. reload = True