forked from kimbl/bigbluebutton
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"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,
|
|
"pixelsPerInch": 96,
|
|
"cairoSVGUnsafeFlag": false
|
|
},
|
|
"notifier": {
|
|
"pod_id": "DEFAULT_PRESENTATION_POD",
|
|
"is_downloadable": "false",
|
|
"msgName": "NewPresFileAvailableMsg"
|
|
},
|
|
"bbbWebAPI": "http://bbb-web:8090",
|
|
"bbbPadsAPI": "http://bbb-pads:9002",
|
|
"redis": {
|
|
"host": "redis",
|
|
"port": 6379,
|
|
"password": null,
|
|
"channels": {
|
|
"queue": "exportJobs",
|
|
"publish": "to-akka-apps-redis-channel"
|
|
}
|
|
},
|
|
"fonts": {
|
|
"draw": "/usr/local/share/fonts/Shantell_Sans-Tldrawish.woff2",
|
|
"sans": "/usr/local/share/fonts/IBMPlexSans-Medium.woff2",
|
|
"serif": "/usr/local/share/fonts/IBMPlexSerif-Medium.woff2",
|
|
"mono": "/usr/local/share/fonts/IBMPlexMono-Medium.woff2"
|
|
}
|
|
} |