mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-01-14 17:58:13 +01:00
c740f55e5a
quite some features (recording, SIP, transcription, etc.) are not working yet, but a milestone where it should finally take a commit
24 lines
429 B
Plaintext
24 lines
429 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"
|
|
}
|
|
|
|
postgres {
|
|
properties = {
|
|
serverName = "postgres"
|
|
portNumber = "5432"
|
|
databaseName = "bbb_graphql"
|
|
user = "postgres"
|
|
password = "POSTGRES_PASSWORD"
|
|
}
|
|
} |