application-dev.yml 686 B

123456789101112131415161718192021222324252627
  1. spring:
  2. datasource:
  3. driver-class-name: com.mysql.cj.jdbc.Driver
  4. url: jdbc:mysql://localhost:3306/im_platform?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true
  5. username: root
  6. password: root
  7. data:
  8. redis:
  9. host: localhost
  10. port: 6379
  11. minio:
  12. endpoint: http://127.0.0.1:9000 #内网地址
  13. domain: http://127.0.0.1:9000 #外网访问地址
  14. accessKey: minioadmin
  15. secretKey: minioadmin
  16. bucketName: box-im
  17. imagePath: image
  18. filePath: file
  19. videoPath: video
  20. webrtc:
  21. max-channel: 9 # 多人通话最大通道数量,最大不能超过16,建议值:4,9,16
  22. iceServers:
  23. - urls: stun:stun.l.google.com:19302