You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
secret => undef,
|
|
|
|
|
|
|
|
ldap => {
|
|
|
|
server => '127.0.0.1',
|
|
|
|
binddn => undef,
|
|
|
|
bindpass => undef,
|
|
|
|
userbase => undef,
|
|
|
|
|
|
|
|
defclasses => ['inetOrgPerson'],
|
|
|
|
defattrs => [
|
|
|
|
'displayname', 'mail', 'cn', 'sn',
|
|
|
|
'givenname', 'userpassword', 'uid',
|
|
|
|
],
|
|
|
|
},
|
|
|
|
|
|
|
|
zerobin => {
|
|
|
|
root => "data/zerobin",
|
|
|
|
syntax => [],
|
|
|
|
},
|
|
|
|
|
|
|
|
hypnotoad => {
|
|
|
|
accepts => 100,
|
|
|
|
listen => [ 'http://127.0.0.1:3000' ],
|
|
|
|
heartbeat_interval => 5,
|
|
|
|
heartbeat_timeout => 20,
|
|
|
|
upgrade_timeout => 60,
|
|
|
|
proxy => 1,
|
|
|
|
workers => 2,
|
|
|
|
}
|
|
|
|
}
|