mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-12-12 09:51:03 +01:00
18 lines
270 B
Plaintext
18 lines
270 B
Plaintext
|
// include default config from upstream
|
||
|
include "/bbb-fsesl-akka/conf/application.conf"
|
||
|
|
||
|
|
||
|
freeswitch {
|
||
|
esl {
|
||
|
host="10.7.7.1"
|
||
|
password="{{ default .Env.FSESL_PASSWORD "ClueCon" }}"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
redis {
|
||
|
host="10.7.7.5"
|
||
|
}
|
||
|
|
||
|
http {
|
||
|
interface = "0.0.0.0"
|
||
|
}
|