A semantic search engine for source code https://bitshift.benkurtovic.com/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

10 行
211 B

  1. # Configuration file for Gunicorn
  2. # http://docs.gunicorn.org/en/latest/configure.html
  3. bind = ["unix:/tmp/gunicorn.sock"]
  4. workers = 4
  5. accesslog = "logs/access.log"
  6. errorlog = "logs/error.log"
  7. loglevel = "info"