config.toml 486 B

12345678910111213141516171819202122232425262728
  1. [framework]
  2. name = "uwsgi"
  3. [main]
  4. urls.json = "/json"
  5. urls.plaintext = "/plaintext"
  6. approach = "Stripped"
  7. classification = "Platform"
  8. database = "None"
  9. database_os = "Linux"
  10. os = "Linux"
  11. orm = "Raw"
  12. platform = "None"
  13. webserver = "uWSGI"
  14. versus = ""
  15. [nginx-uwsgi]
  16. urls.json = "/json"
  17. urls.plaintext = "/plaintext"
  18. approach = "Stripped"
  19. classification = "Platform"
  20. database = "None"
  21. database_os = "Linux"
  22. os = "Linux"
  23. orm = "Raw"
  24. platform = "None"
  25. webserver = "nginx-uWSGI"
  26. versus = ""