You are here

nodejs.schema.yml in Node.js integration 8

config/schema/nodejs.schema.yml

File

config/schema/nodejs.schema.yml
View source
  1. # Schema for the configuration files of the nodejs module.
  2. nodejs.config:
  3. type: mapping
  4. label: 'Nodejs config'
  5. mapping:
  6. nodejs_server_scheme:
  7. type: string
  8. label: 'Protocol used by Node.js server'
  9. nodejs_server_host:
  10. type: string
  11. label: 'Node.js server host'
  12. nodejs_server_port:
  13. type: string
  14. label: 'Node.js server port'
  15. nodejs_pages:
  16. type: string
  17. label: 'Pages on which to enable nodejs'