config.toml 272 B

123456789101112131415
  1. [framework]
  2. name = "netcoreserver"
  3. [main]
  4. urls.plaintext = "/plaintext"
  5. urls.json = "/json"
  6. approach = "Realistic"
  7. classification = "Fullstack"
  8. database = "None"
  9. database_os = "Linux"
  10. os = "Linux"
  11. orm = "Raw"
  12. platform = ".NET"
  13. webserver = "NetCoreServer"
  14. versus = "None"