bbb-docker/mod/apps-akka/bbb-apps-akka.conf

14 lines
242 B
Plaintext
Raw Normal View History

2023-02-14 23:15:32 +08:00
// include default config from upstream
include "/bbb-apps-akka/conf/application.conf"
redis {
host="10.7.7.5"
}
services {
bbbWebAPI="https://DOMAIN/bigbluebutton/api"
sharedSecret="SHARED_SECRET"
}
http {
interface = "0.0.0.0"
}