application-dev.yml 696 B

1234567891011121314151617181920212223242526272829
  1. # 环境 dev|test|prod|cloud
  2. #dev环境 mysql5.7
  3. spring:
  4. datasource:
  5. #主库
  6. master:
  7. jdbc-url: jdbc:mysql://localhost:3306/idea_settle_down?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=UTC
  8. username: root
  9. password: 123456
  10. driver-class-name: com.mysql.jdbc.Driver
  11. hikari:
  12. maxLifetime: 1765000
  13. maximumPoolSize: 15
  14. application:
  15. name: search
  16. data:
  17. elasticsearch:
  18. cluster-name: idea-es-cluster-1 # cluster_name
  19. cluster-nodes: 36.134.98.30:9300 # 测试es服务器
  20. serverUrl: https://www.idea-co-sf.com/settleDown/#/ssoLogin
  21. ssoKey: SbNj1F0oG6F5l07pV8n4Ag==
  22. pdfIsLinux: false