We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4152c33 commit 6191a64Copy full SHA for 6191a64
db/es/es_test.go
@@ -14,8 +14,8 @@ import (
14
)
15
16
const (
17
- esConnString = "es://0.0.0.0:9200"
18
- openSearchConnString = "opensearch://admin:bgnYFGR2RhN3SCX@0.0.0.0:9201" // example value of a secret compliant with OpenSearch password requirements
+ esConnString = "es://localhost:9200"
+ openSearchConnString = "opensearch://admin:bgnYFGR2RhN3SCX@localhost:9201" // example value of a secret compliant with OpenSearch password requirements
19
20
21
type TestingSuite struct {
0 commit comments