| 1234567891011121314151617181920212223242526272829 |
- spring:
- profiles.include: embedded-ldap
- datasource:
- platform : postgres
- url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_admin
- username: crss_admin
- password: crss_admin
- driverClassName: org.postgresql.Driver
- jpa:
- database: POSTGRESQL
- show-sql: false
- hibernate:
- ddl-auto: none
- properties:
- hibernate:
- dialect: org.hibernate.dialect.PostgreSQL94Dialect
- jadira.usertype.autoRegisterUserTypes: true
- javax.persistence.schema-generation.database.action: none
- mail:
- host: mailserver.marathon.l4lb.thisdcos.directory
- port: 3025
- username: crss@local.dev.pemc.com
- password: P@ssw0rd1434412
- properties:
- mail:
- transport.protocol: smtp
- smtp:
- auth: true
- starttls.enable: true
|