crss-admin-dev.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. spring:
  2. profiles:
  3. include: embedded-ldap
  4. datasource:
  5. platform : postgres
  6. url: jdbc:postgresql://localhost: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: update
  15. properties:
  16. hibernate:
  17. dialect: org.hibernate.dialect.PostgreSQL94Dialect
  18. jadira.usertype.autoRegisterUserTypes: true
  19. javax.persistence.schema-generation.database.action: none
  20. javax.persistence.schema-generation.create-source: metadata
  21. javax.persistence.schema-generation.scripts.action: drop-and-create
  22. javax.persistence.schema-generation.scripts.create-target: target/create.sql
  23. javax.persistence.schema-generation.scripts.drop-target: target/drop.sql
  24. mail:
  25. host: 127.0.0.1
  26. port: 3025
  27. username: crss@local.dev.pemc.com
  28. password: P@ssw0rd1434412
  29. properties:
  30. mail:
  31. transport.protocol: smtp
  32. smtp:
  33. auth: true
  34. starttls.enable: true
  35. server:
  36. port: 8082
  37. crss:
  38. mail:
  39. signature:
  40. root-dir: /tmp/crss/esig