This website requires JavaScript.
Explore
Help
Sign In
BigBlueButton
/
bigbluebutton-Github
Watch
1
Star
0
Fork
0
You've already forked bigbluebutton-Github
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fc6f2581c6
bigbluebutton-Github
/
bbb-export-annotations
/
config
/
index.js
5 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial NodeJS app
2022-02-09 03:32:03 +08:00
const
settings
=
require
(
'./settings'
)
;
const
config
=
settings
;
Fix slides export for cluster setup In cluster proxy setup as described in https://docs.bigbluebutton.org/admin/clusterproxy.html you cannot assume that the BBB Web API URL is at the same domain as the html5 client. Therefore operators need to adjust the URL where presentation download is available. This patch adds the ability to override the config provided by the package. This is related to #14484
2022-10-22 17:19:39 +08:00
Initial NodeJS app
2022-02-09 03:32:03 +08:00
module
.
exports
=
config
;
Reference in New Issue
Copy Permalink