CI: Use bindport instead of port in test http.conf

Change-Id: Ife9a6879da63a56e5b8348a2024eeed4e7b1615b
This commit is contained in:
Sean Bright 2018-10-03 09:59:52 -04:00
parent f066dbc353
commit 5f7350d68b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ cat <<-EOF > "$ASTETCDIR/http.conf"
[general]
enabled=yes
bindaddr=127.0.0.1
port=8088
bindport=8088
EOF
cat <<-EOF > "$ASTETCDIR/modules.conf"