config.toml 475 B

123456789101112131415161718192021222324252627
  1. [framework]
  2. name = "httpserver"
  3. [main]
  4. urls.plaintext = "/plaintext"
  5. urls.json = "/json"
  6. approach = "Realistic"
  7. classification = "Platform"
  8. database = "None"
  9. database_os = "Linux"
  10. os = "Linux"
  11. orm = "Raw"
  12. platform = "httpserver"
  13. webserver = "None"
  14. versus = ""
  15. [postgres]
  16. urls.fortune = "/fortunes"
  17. approach = "Realistic"
  18. classification = "Platform"
  19. database = "Postgres"
  20. database_os = "Linux"
  21. os = "Linux"
  22. orm = "Raw"
  23. platform = "httpserver"
  24. webserver = "None"
  25. versus = ""