crss-uaa-dev-ldap.yml 866 B

123456789101112131415161718192021222324252627282930
  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. properties:
  10. hibernate:
  11. dialect: org.hibernate.dialect.PostgreSQLDialect
  12. crss:
  13. security:
  14. oauth2:
  15. api-gateway: http://localhost:8080
  16. default-redirect-uri: http://localhost:8087
  17. registered-redirect-uris: http://localhost:8087,http://localhost:8089
  18. ldap:
  19. protocol: LDAPS
  20. host: "192.168.241.174"
  21. port: 636
  22. root-dn: "dc=wesmsys,dc=local"
  23. user-search-base: MO,MP,SO
  24. admin-user: "wesmsys\\Administrator"
  25. admin-password: "ex1stw1nd0wsaD"
  26. username-field: "userPrincipalName"
  27. domain: "wesmsys.local"
  28. embedded: false
  29. passwordOpEnabled: true
  30. passwordExpiryField: "msDS-UserPasswordExpiryTimeComputed"