default.project.json 373 B

123456789101112131415161718192021
  1. {
  2. "name": "group-as-folder",
  3. "tree": {
  4. "$className": "DataModel",
  5. "ServerStorage": {
  6. "$className": "ServerStorage",
  7. "plugin": {
  8. "$path": "src"
  9. }
  10. },
  11. "HttpService": {
  12. "$className": "HttpService",
  13. "$properties": {
  14. "HttpEnabled": {
  15. "Type": "Bool",
  16. "Value": true
  17. }
  18. }
  19. }
  20. }
  21. }