crss-reg-staging.yml 870 B

123456789101112131415161718192021222324252627282930313233343536
  1. spring:
  2. profiles: staging
  3. datasource:
  4. platform: oracle
  5. url: jdbc:oracle:thin:@192.168.241.62:1521:ORCL
  6. username: crss_reg
  7. password: crss_reg
  8. driverClassName: oracle.jdbc.OracleDriver
  9. hikari:
  10. connectionTimeout: 10000
  11. maximumPoolSize: 20
  12. jpa:
  13. database: ORACLE
  14. show-sql: true
  15. http:
  16. multipart:
  17. maxFileSize: "25Mb"
  18. maxRequestSize: "25Mb"
  19. mail:
  20. host: smtp.gmail.com
  21. port: 587
  22. # TODO: replace this values
  23. username: demo.exist.pemc@gmail.com
  24. password: $pockTest
  25. properties:
  26. mail.smtp.auth: true
  27. mail.debug: true
  28. mail.smtp.starttlls.enable: true
  29. mail.smtp.starttls.required: true
  30. #we dont need spring mvc here
  31. freemarker:
  32. enabled: false
  33. template-loader-path: classpath:/mail/templates
  34. graylog:
  35. host: pemc.integration.exist.com