You are here

nodejs.config.yml in Node.js integration 8

config/install/nodejs.config.yml

File

config/install/nodejs.config.yml
View source
  1. service_key: '__FIXME__'
  2. log_http_errors: true
  3. auth_get_token_callback: 'nodejs_auth_get_token_callback'
  4. auth_check_callback: 'nodejs_auth_check_callback'
  5. enable_userchannel: true
  6. pages: '*'
  7. authenticated_users_only: false
  8. nodejs:
  9. scheme: 'http'
  10. host: 'localhost'
  11. port: 8080
  12. client:
  13. scheme: 'http'
  14. host: 'localhost'
  15. port: 8080
  16. socket_io:
  17. path: 'http://localhost:8080/socket.io/socket.io.js'
  18. type: 'external'