mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 15:11:12 +00:00
Merge "CI: Use bindport instead of port in test http.conf"
This commit is contained in:
@@ -26,7 +26,7 @@ cat <<-EOF > "$ASTETCDIR/http.conf"
|
|||||||
[general]
|
[general]
|
||||||
enabled=yes
|
enabled=yes
|
||||||
bindaddr=127.0.0.1
|
bindaddr=127.0.0.1
|
||||||
port=8088
|
bindport=8088
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat <<-EOF > "$ASTETCDIR/modules.conf"
|
cat <<-EOF > "$ASTETCDIR/modules.conf"
|
||||||
|
|||||||
Reference in New Issue
Block a user