A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
133 B

  1. [uwsgi]
  2. socket = 127.0.0.1:9001
  3. wsgi-file = app.py
  4. callable = app
  5. virtualenv = venv
  6. processes = 1
  7. threads = 4
  8. stats = 127.0.0.1:9002