config.json 657 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "center": [
  3. {
  4. "port": "20030",
  5. "host": ""
  6. },
  7. {
  8. "port": "20030",
  9. "host": "127.0.0.1"
  10. }
  11. ],
  12. "initManagerChanged": true,
  13. "initManagerName": "",
  14. "initManagerPassword": "",
  15. "footer": "开发系统Local",
  16. "title": "o2oa开发平台local",
  17. "app_protocol": "auto",
  18. "loginPage": {
  19. "enable": false,
  20. "portal": "b82d7669-85d6-4c10-8151-c4d1f18ba6ef",
  21. "page": ""
  22. },
  23. "mock": {
  24. "x_processplatform_assemble_surface": {
  25. "put": {
  26. "to": "post",
  27. "append": "mockputtopost"
  28. },
  29. "delete": {
  30. "to": "get",
  31. "append": "mockdeletetoget"
  32. }
  33. }
  34. }
  35. }