2022-02-09 03:32:03 +08:00
|
|
|
{
|
|
|
|
"log": {
|
2022-08-17 02:27:40 +08:00
|
|
|
"level": "info",
|
|
|
|
"msgName": "PresAnnStatusMsg"
|
2022-02-09 03:32:03 +08:00
|
|
|
},
|
2022-02-13 04:03:07 +08:00
|
|
|
"shared": {
|
2022-07-28 02:54:16 +08:00
|
|
|
"presAnnDropboxDir": "/tmp/pres-ann-dropbox",
|
|
|
|
"cairosvg": "/usr/bin/cairosvg",
|
2023-10-11 01:43:58 +08:00
|
|
|
"ghostscript": "/usr/bin/gs"
|
2022-06-29 20:07:28 +08:00
|
|
|
},
|
2022-02-27 00:52:05 +08:00
|
|
|
"process": {
|
2022-06-23 00:39:26 +08:00
|
|
|
"whiteboardTextEncoding": "utf-8",
|
2023-03-29 00:48:08 +08:00
|
|
|
"maxImageWidth": 1440,
|
|
|
|
"maxImageHeight": 1080,
|
2022-06-23 00:39:26 +08:00
|
|
|
"pointsPerInch": 72,
|
|
|
|
"pixelsPerInch": 96
|
2022-02-27 00:52:05 +08:00
|
|
|
},
|
|
|
|
"notifier": {
|
|
|
|
"pod_id": "DEFAULT_PRESENTATION_POD",
|
2022-03-01 18:01:50 +08:00
|
|
|
"is_downloadable": "false",
|
2023-04-17 20:04:58 +08:00
|
|
|
"msgName": "NewPresFileAvailableMsg"
|
2022-02-27 00:52:05 +08:00
|
|
|
},
|
2022-08-10 20:30:39 +08:00
|
|
|
"bbbWebAPI": "http://127.0.0.1:8090",
|
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": {
|
2022-02-27 00:52:05 +08:00
|
|
|
"queue": "exportJobs",
|
|
|
|
"publish": "to-akka-apps-redis-channel"
|
2022-02-09 03:32:03 +08:00
|
|
|
}
|
2023-10-11 01:43:58 +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
|
|
|
}
|
|
|
|
}
|