mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-12-03 05:23:58 +01:00
24 lines
430 B
Plaintext
24 lines
430 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 = "10.7.7.22"
|
|
portNumber = "5432"
|
|
databaseName = "bbb_graphql"
|
|
user = "postgres"
|
|
password = "POSTGRES_PASSWORD"
|
|
}
|
|
} |