You are here

nodejs_config.schema.yml in Node.js integration 8

nodejs_config/config/schema/nodejs_config.schema.yml

File

nodejs_config/config/schema/nodejs_config.schema.yml
View source
  1. nodejs_config.settings:
  2. type: mapping
  3. label: 'Nodejs configuration builder settings'
  4. mapping:
  5. js_suggestion:
  6. type: string
  7. label: 'Suggested configuration'
  8. host:
  9. type: string
  10. label: 'Server host'
  11. port:
  12. type: string
  13. label: 'Server port'
  14. scheme:
  15. type: string
  16. label: 'Server scheme'
  17. key:
  18. type: string
  19. label: 'SSL key file'
  20. cert:
  21. type: string
  22. label: 'SSL certificate file'
  23. publish_url:
  24. type: string
  25. label: 'Publish URL'
  26. write_channels:
  27. type: boolean
  28. label: 'Client can write to channels'
  29. write_clients:
  30. type: boolean
  31. label: 'Client can write to clients'
  32. backend_host:
  33. type: string
  34. label: 'Backend host'
  35. backend_port:
  36. type: string
  37. label: 'Backend port'
  38. backend_message_path:
  39. type: string
  40. label: 'Backend message path'
  41. debug:
  42. type: boolean
  43. label: 'Debug'
  44. extensions:
  45. type: string
  46. label: 'Extensions'