crss-reg-devoracle.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. spring:
  2. datasource:
  3. platform: oracle
  4. url: jdbc:oracle:thin:@192.168.235.6: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. show-sql: false
  13. rabbitmq:
  14. username: guest
  15. password: guest
  16. host: localhost
  17. ports:
  18. - "5672:5672"
  19. - "15672:15672"
  20. mail:
  21. host: smtp.gmail.com
  22. port: 587
  23. username: demo.exist.pemc@gmail.com
  24. # please provide the password
  25. password: $pockTest
  26. properties:
  27. mail.smtp.auth: true
  28. mail.debug: true
  29. mail.smtp.starttlls.enable: true
  30. mail.smtp.starttls.required: true
  31. #we dont need spring mvc here
  32. freemarker:
  33. enabled: false
  34. template-loader-path: classpath:/mail/templates
  35. server:
  36. port: 8081
  37. security:
  38. oauth2:
  39. client:
  40. accessTokenUri: http://localhost:8082/oauth/access_token
  41. userAuthorizationUri: http://localhost:8082/oauth/authorize
  42. resource:
  43. userInfoUri: http://localhost:8082/user
  44. eureka:
  45. client:
  46. serviceUrl:
  47. defaultZone: http://localhost:8761/eureka/
  48. graylog:
  49. host: localhost