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
{
2024-03-05 20:02:01 +08:00
"log": {
"level": "info",
"msgName": "PresAnnStatusMsg"
},
"shared": {
"presAnnDropboxDir": "/tmp/pres-ann-dropbox",
"cairosvg": "/usr/bin/cairosvg",
"ghostscript": "/usr/bin/gs"
},
"process": {
"maxImageWidth": 1440,
"maxImageHeight": 1080,
"pointsPerInch": 72,
2024-03-12 05:18:39 +08:00
"pixelsPerInch": 96,
2024-03-14 23:39:55 +08:00
"cairoSVGUnsafeFlag": false
2024-03-05 20:02:01 +08:00
},
"notifier": {
"pod_id": "DEFAULT_PRESENTATION_POD",
"is_downloadable": "false",
"msgName": "NewPresFileAvailableMsg"
},
"bbbWebAPI": "http://127.0.0.1:8090",
"bbbPadsAPI": "http://127.0.0.1:9002",
"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
}
2024-03-05 20:02:01 +08:00
},
"fonts": {
"draw": "/usr/local/share/fonts/CaveatBrush-Regular-2015-09-23.ttf",
"sans": "/usr/local/share/fonts/CrimsonPro[wght]-1.003.ttf",
"serif": "/usr/local/share/fonts/SourceSansPro-Regular-2.045.ttf",
"mono": "/usr/local/share/fonts/SourceCodePro-Regular-2.038.ttf"
}
2022-02-09 03:32:03 +08:00
}