| 123456789101112131415 |
- {
- "port": 9090,
- "slave": false,
- "slaves": [ "http://some.host:1234" ],
- "masterPubKey": "generated by npm run generate-key",
- "masterPrivateKey": "generated by npm run generate-key",
- "apiKeys": [],
- "ldapAuthentication": {
- "ldapUrl": "ldaps://ldap.xxx.com",
- "bindDnField": "cn",
- "bindBase": "ou=users,dc=xxx,dc=com",
- "usernameField": "dn",
- "ldapFilter": ""
- }
- }
|