mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
CI: Use bindport instead of port in test http.conf
Change-Id: Ife9a6879da63a56e5b8348a2024eeed4e7b1615b
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