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 da8ff5017d
commit 9c9f060b3a

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"