app: mail: fromAddress: noreply@exist.com fromName: CRSS Notifications spring: datasource: url: jdbc:postgresql://iemop-dev-db.postgres.database.azure.com:5432/crss?currentSchema=admin username: iemop password: '@oPL0YwPCql06WMN3YI3' mail: host: smtp-relay.gmail.com port: 587 username: password: properties: mail: transport.protocol: smtp smtp: auth: false starttls.enable: true profiles: include: embedded-ldap logging: level: org.springframework.ldap: DEBUG #crss: #ldap: #protocol: LDAPS #host: "192.168.1.105" #port: 636 #root-dn: "dc=wesmlocal,dc=dev" #user-search-base: MO,MP,SO #admin-user: "wesmdev\\crss_user" #admin-password: "Pemc@123" #username-field: "userPrincipalName" #domain: "wesmlocal.dev" #embedded: false #passwordOpEnabled: true #passwordExpiryField: "msDS-UserPasswordExpiryTimeComputed"