bigbluebutton-Github/bbb-export-annotations/config/settings.json

41 lines
1.0 KiB
JSON
Raw Normal View History

2022-02-09 03:32:03 +08:00
{
"log": {
"level": "info",
"msgName": "PresAnnStatusMsg"
2022-02-09 03:32:03 +08:00
},
2022-02-13 04:03:07 +08:00
"shared": {
"presDir": "/var/bigbluebutton",
2022-07-28 02:54:16 +08:00
"presAnnDropboxDir": "/tmp/pres-ann-dropbox",
"cairosvg": "/usr/bin/cairosvg",
"ghostscript": "/usr/bin/gs",
"imagemagick": "/usr/bin/convert",
"pdftocairo": "/usr/bin/pdftocairo"
2022-02-09 03:32:03 +08:00
},
"collector": {
"pngWidthRasterizedSlides": 2560
},
"process": {
"whiteboardTextEncoding": "utf-8",
2022-07-09 20:15:17 +08:00
"textScaleFactor": 4,
"pointsPerInch": 72,
"pixelsPerInch": 96
},
"notifier": {
"pod_id": "DEFAULT_PRESENTATION_POD",
2022-03-01 18:01:50 +08:00
"is_downloadable": "false",
"msgName": "NewPresAnnFileAvailableMsg"
},
"bbbWebAPI": "http://127.0.0.1:8090",
"bbbWebPublicAPI": "/bigbluebutton/",
2022-09-29 01:56:29 +08:00
"bbbPadsAPI": "http://127.0.0.1:9002",
2022-02-09 03:32:03 +08:00
"redis": {
"host": "127.0.0.1",
"port": 6379,
"password": null,
"channels": {
"queue": "exportJobs",
"publish": "to-akka-apps-redis-channel"
2022-02-09 03:32:03 +08:00
}
}
}