mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-03 11:29:30 +01:00
freeswitch: allow to set esl password
This commit is contained in:
parent
98ae3f50ea
commit
21b02aab8b
@ -3,7 +3,7 @@
|
|||||||
<param name="nat-map" value="false"/>
|
<param name="nat-map" value="false"/>
|
||||||
<param name="listen-ip" value="$${local_ip_v4}"/>
|
<param name="listen-ip" value="$${local_ip_v4}"/>
|
||||||
<param name="listen-port" value="8021"/>
|
<param name="listen-port" value="8021"/>
|
||||||
<param name="password" value="ClueCon"/>
|
<param name="password" value="$${esl_password}"/>
|
||||||
<param name="apply-inbound-acl" value="loopback.custom"/>
|
<param name="apply-inbound-acl" value="loopback.custom"/>
|
||||||
<!--<param name="stop-on-bind-error" value="true"/>-->
|
<!--<param name="stop-on-bind-error" value="true"/>-->
|
||||||
</settings>
|
</settings>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<include>
|
<include>
|
||||||
|
<X-PRE-PROCESS cmd="set" data="esl_password={{ .Env.ESL_PASSWORD }}"/>
|
||||||
<!-- Preprocessor Variables
|
<!-- Preprocessor Variables
|
||||||
These are introduced when configuration strings must be consistent across modules.
|
These are introduced when configuration strings must be consistent across modules.
|
||||||
NOTICE: YOU CAN NOT COMMENT OUT AN X-PRE-PROCESS line, Remove the line instead.
|
NOTICE: YOU CAN NOT COMMENT OUT AN X-PRE-PROCESS line, Remove the line instead.
|
||||||
|
Loading…
Reference in New Issue
Block a user