Skip to content

Commit

Permalink
Set bind_host and publish_host
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Sep 8, 2023
1 parent 11e28b5 commit ad90635
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,10 @@ task integTestRemote(type: RestIntegTestTask) {
}
}
}))
nodes.each { node ->
node.setting("network.bind_host", "127.0.0.1")
node.setting("network.publish_host", "127.0.0.1")
}
setting 'path.repo', "${buildDir}/cluster/shared/repo/${baseName}"
setting 'http.content_type.required', 'true'
}
Expand Down

0 comments on commit ad90635

Please sign in to comment.