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

33 lines
694 B
JSON
Raw Normal View History

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
},
"process": {
"whiteboardTextEncoding": "utf-8"
},
"notifier": {
"pod_id": "DEFAULT_PRESENTATION_POD",
2022-03-01 18:01:50 +08:00
"is_downloadable": "false",
"msgName": "NewPresAnnFileAvailableMsg",
"protocol": "https",
"host": "localhost"
},
"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": {
"queue": "exportJobs",
"publish": "to-akka-apps-redis-channel"
2022-02-09 03:32:03 +08:00
}
}
}