Skip to content
Snippets Groups Projects
Commit 4169796c authored by George Joseph's avatar George Joseph Committed by Gerrit Code Review
Browse files

Merge "CI: Use bindport instead of port in test http.conf" into 15

parents c4989aa5 4371743b
Branches
Tags
No related merge requests found
...@@ -26,7 +26,7 @@ cat <<-EOF > "$ASTETCDIR/http.conf" ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment