2022-02-09 03:32:03 +08:00
|
|
|
{
|
|
|
|
"log": {
|
|
|
|
"level": "info"
|
|
|
|
},
|
2022-02-13 04:03:07 +08:00
|
|
|
"shared": {
|
|
|
|
"presDir": "/var/bigbluebutton",
|
|
|
|
"presAnnDropboxDir": "/tmp/pres-ann-dropbox"
|
2022-02-09 03:32:03 +08:00
|
|
|
},
|
2022-02-27 00:52:05 +08:00
|
|
|
"process": {
|
|
|
|
"whiteboardTextEncoding": "utf-8"
|
|
|
|
},
|
|
|
|
"notifier": {
|
|
|
|
"pod_id": "DEFAULT_PRESENTATION_POD",
|
2022-03-01 18:01:50 +08:00
|
|
|
"is_downloadable": "false",
|
2022-03-03 00:02:08 +08:00
|
|
|
"msgName": "NewPresAnnFileAvailableMsg",
|
|
|
|
"protocol": "https",
|
|
|
|
"host": "localhost"
|
2022-02-27 00:52:05 +08:00
|
|
|
},
|
|
|
|
"bbbWeb": {
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"port": 8090
|
|
|
|
},
|
2022-02-09 03:32:03 +08:00
|
|
|
"redis": {
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"port": 6379,
|
|
|
|
"password": null,
|
|
|
|
"channels": {
|
2022-02-27 00:52:05 +08:00
|
|
|
"queue": "exportJobs",
|
|
|
|
"publish": "to-akka-apps-redis-channel"
|
2022-02-09 03:32:03 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|