config.toml 426 B

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