crss-reg-staging.yml 850 B

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