crss-admin-dcos.yml 831 B

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