-
Notifications
You must be signed in to change notification settings - Fork 2
Configuration
cjsaylor edited this page Aug 6, 2012
·
3 revisions
-
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
-
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 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
-
server(http://localhost:3000) - The canonical URL of the Nodesole server -
prompt(Nodesole $) - What should be displayed on the console prompt. -
motd(...) - What should be displayed to the user when the first connect to the console.