config.toml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. [framework]
  2. name = "django"
  3. [main]
  4. urls.plaintext = "/plaintext"
  5. urls.json = "/json"
  6. urls.db = "/db"
  7. urls.query = "/dbs?queries="
  8. urls.update = "/update?queries="
  9. urls.fortune = "/fortunes"
  10. approach = "Realistic"
  11. classification = "Fullstack"
  12. database = "MySQL"
  13. database_os = "Linux"
  14. os = "Linux"
  15. orm = "Full"
  16. platform = "WSGI"
  17. webserver = "Meinheld"
  18. versus = "wsgi"
  19. [socketify-wsgi]
  20. urls.plaintext = "/plaintext"
  21. urls.json = "/json"
  22. approach = "Realistic"
  23. classification = "Fullstack"
  24. database = "MySQL"
  25. database_os = "Linux"
  26. os = "Linux"
  27. orm = "Raw"
  28. platform = "WSGI"
  29. webserver = "Socketify.py"
  30. versus = "wsgi"
  31. [socketify-wsgi-pypy]
  32. urls.plaintext = "/plaintext"
  33. urls.json = "/json"
  34. approach = "Realistic"
  35. classification = "Fullstack"
  36. database = "MySQL"
  37. database_os = "Linux"
  38. os = "Linux"
  39. orm = "Raw"
  40. platform = "WSGI"
  41. webserver = "Socketify.py"
  42. versus = "wsgi"
  43. [postgresql]
  44. urls.db = "/db"
  45. urls.query = "/dbs?queries="
  46. urls.update = "/update?queries="
  47. urls.fortune = "/fortunes"
  48. approach = "Realistic"
  49. classification = "Fullstack"
  50. database = "Postgres"
  51. database_os = "Linux"
  52. os = "Linux"
  53. orm = "Full"
  54. platform = "WSGI"
  55. webserver = "Meinheld"
  56. versus = "wsgi"