config.sample.json 430 B

123456789101112131415
  1. {
  2. "port": 9090,
  3. "slave": false,
  4. "slaves": [ "http://some.host:1234" ],
  5. "masterPubKey": "generated by npm run generate-key",
  6. "masterPrivateKey": "generated by npm run generate-key",
  7. "apiKeys": [],
  8. "ldapAuthentication": {
  9. "ldapUrl": "ldaps://ldap.xxx.com",
  10. "bindDnField": "cn",
  11. "bindBase": "ou=users,dc=xxx,dc=com",
  12. "usernameField": "dn",
  13. "ldapFilter": ""
  14. }
  15. }