Skip to content
cjsaylor edited this page Aug 6, 2012 · 3 revisions

Server

General

  • port (3000) - What port Nodesole server should run.
  • sessionSecret ('') - Secret salt used for session generation
  • sessionKey ('nodesole.session') - Name used for the session key.
  • logLevel ('debug') - Level of verbosity. Available: debug, info, warn, error

Authentication

  • enabled (false) - Whether authentication should challenge
  • handler ('openauth') - What authentication handler Nodesole should use. Available: openauth, ldapauth
  • ldap
  • url ('ldap://localhost:389/') - Ldap auth server host url (ldap protocol).
  • bindFilter ('CN={{username}}') - How users our binded to the ldap server. {{username}} is replaced by the username entered into the login.

Socket.io

Socket.io specific configuration can be found in more detail at socket.io.

  • gzip - gzips the socket.io client js
  • etag - Used for caching the client js
  • minification - whether client js should be minified

Client

Clone this wiki locally