You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

61 lines
1.7 KiB

spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/im_platform?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true
username: root
password: JtnA5H6PfGHzkfzx
data:
redis:
host: localhost
port: 6379
minio:
endpoint: http://127.0.0.1:9001 #内网地址
domain: http://192.168.31.43:9001 #外网访问地址
accessKey: minioadmin
secretKey: minioadmin
bucketName: box-im
imagePath: image
filePath: file
videoPath: video
expireIn: 180 # 文件过期时间,单位:天
webrtc:
max-channel: 9 # 多人通话最大通道数量,最大不能超过16,建议值:4,9,16
iceServers:
- urls: stun:stun.l.google.com:19302
#spring:
# datasource:
# driver-class-name: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://localhost:3306/im_platform?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true
# username: im_platform
# password: ZaHi6rbwd6YjSNSk
# data:
# redis:
# host: localhost
# port: 6379
#
#minio:
# endpoint: http://127.0.0.1:9001 #内网地址
# domain: http://ksuser.pyxxkj.com #外网访问地址
# accessKey: admin
# secretKey: 3fBSt6AkgFuD77D6999
# bucketName: box-im
# imagePath: image
# filePath: file
# videoPath: video
# expireIn: 180 # 文件过期时间,单位:天
#
#webrtc:
# max-channel: 9 # 多人通话最大通道数量,最大不能超过16,建议值:4,9,16
# iceServers: #coturn配置
# - urls: stun:www.boxim.online:3478
# username: admin
# credential: UrHHKNvE7nFvBTMV
# - urls: turn:www.boxim.online:3478
# username: admin
# credential: UrHHKNvE7nFvBTMV