crss-uaa-dev-ldap.yml 776 B

123456789101112131415161718192021222324252627
  1. spring:
  2. datasource:
  3. url: jdbc:postgresql://localhost:5432/crss?currentSchema=admin
  4. username: postgres
  5. password: postgres
  6. jpa:
  7. show-sql: false
  8. generate-ddl: false
  9. crss:
  10. security:
  11. oauth2:
  12. api-gateway: http://localhost:8080
  13. default-redirect-uri: http://localhost:8087
  14. registered-redirect-uris: http://localhost:8087,http://localhost:8089
  15. ldap:
  16. protocol: LDAPS
  17. host: "192.168.241.174"
  18. port: 636
  19. root-dn: "dc=wesmsys,dc=local"
  20. user-search-base: MO,MP,SO
  21. admin-user: "wesmsys\\Administrator"
  22. admin-password: "ex1stw1nd0wsaD"
  23. username-field: "userPrincipalName"
  24. domain: "wesmsys.local"
  25. embedded: false
  26. passwordOpEnabled: true
  27. passwordExpiryField: "msDS-UserPasswordExpiryTimeComputed"