14 lines
242 B
Plaintext
14 lines
242 B
Plaintext
|
// 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"
|
||
|
}
|