18 lines
241 B
Plaintext
18 lines
241 B
Plaintext
// include default config from upstream
|
|
include "/bbb-fsesl-akka/conf/application.conf"
|
|
|
|
|
|
freeswitch {
|
|
esl {
|
|
host="10.7.7.1"
|
|
password="FSESL_PASSWORD"
|
|
}
|
|
}
|
|
|
|
redis {
|
|
host="10.7.7.5"
|
|
}
|
|
|
|
http {
|
|
interface = "0.0.0.0"
|
|
} |