crss-admin-dcos.yml 826 B

1234567891011121314151617181920212223242526272829
  1. spring:
  2. profiles.include: embedded-ldap
  3. datasource:
  4. platform : postgres
  5. url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_admin
  6. username: crss_admin
  7. password: crss_admin
  8. driverClassName: org.postgresql.Driver
  9. jpa:
  10. database: POSTGRESQL
  11. show-sql: false
  12. hibernate:
  13. ddl-auto: none
  14. properties:
  15. hibernate:
  16. dialect: org.hibernate.dialect.PostgreSQL94Dialect
  17. jadira.usertype.autoRegisterUserTypes: true
  18. javax.persistence.schema-generation.database.action: none
  19. mail:
  20. host: mailserver.marathon.l4lb.thisdcos.directory
  21. port: 3025
  22. username: crss@local.dev.pemc.com
  23. password: P@ssw0rd1434412
  24. properties:
  25. mail:
  26. transport.protocol: smtp
  27. smtp:
  28. auth: true
  29. starttls.enable: true