2020-04-11 01:49:54 +02:00
|
|
|
dotenv.path=.
|
|
|
|
|
2019-07-05 15:00:06 +02:00
|
|
|
server.address=0.0.0.0
|
|
|
|
server.ssl.enabled=true
|
|
|
|
server.port=4443
|
|
|
|
server.ssl.key-store=classpath:openvidu-selfsigned.jks
|
|
|
|
server.ssl.key-store-password=openvidu
|
|
|
|
server.ssl.key-store-type=JKS
|
|
|
|
server.ssl.key-alias=openvidu-selfsigned
|
|
|
|
|
|
|
|
logging.level.root=info
|
|
|
|
spring.main.allow-bean-definition-overriding=true
|
|
|
|
|
2020-03-30 02:33:36 +02:00
|
|
|
certificate.type=selfsigned
|
2019-07-05 15:00:06 +02:00
|
|
|
kms.uris=["ws://localhost:8888/kurento"]
|
|
|
|
|
|
|
|
openvidu.publicurl=local
|
|
|
|
openvidu.secret=MY_SECRET
|
|
|
|
|
|
|
|
openvidu.cdr=false
|
|
|
|
openvidu.cdr.path=log
|
|
|
|
|
|
|
|
openvidu.webhook=false
|
|
|
|
openvidu.webhook.endpoint=
|
|
|
|
openvidu.webhook.headers=[]
|
2019-10-24 10:46:15 +02:00
|
|
|
openvidu.webhook.events=["sessionCreated","sessionDestroyed","participantJoined","participantLeft","webrtcConnectionCreated","webrtcConnectionDestroyed","recordingStatusChanged","filterEventDispatched","mediaNodeStatusChanged"]
|
2019-07-05 15:00:06 +02:00
|
|
|
|
|
|
|
openvidu.recording=false
|
|
|
|
openvidu.recording.version=2.9.0
|
|
|
|
openvidu.recording.path=/opt/openvidu/recordings
|
|
|
|
openvidu.recording.public-access=false
|
|
|
|
openvidu.recording.notification=publisher_moderator
|
|
|
|
openvidu.recording.custom-layout=/opt/openvidu/custom-layout
|
|
|
|
openvidu.recording.autostop-timeout=120
|
|
|
|
openvidu.recording.composed-url=
|
|
|
|
|
|
|
|
openvidu.streams.video.max-recv-bandwidth=1000
|
|
|
|
openvidu.streams.video.min-recv-bandwidth=300
|
|
|
|
openvidu.streams.video.max-send-bandwidth=1000
|
|
|
|
openvidu.streams.video.min-send-bandwidth=300
|
|
|
|
|
2020-03-27 20:55:25 +01:00
|
|
|
openvidu.sessions.garbage.interval=900
|
|
|
|
openvidu.sessions.garbage.threshold=3600
|
|
|
|
|
2020-03-04 10:21:40 +01:00
|
|
|
coturn.redis.ip=127.0.0.1
|
2019-07-05 15:00:06 +02:00
|
|
|
coturn.redis.dbname=0
|
|
|
|
coturn.redis.password=turn
|
|
|
|
coturn.redis.connect-timeout=30
|