We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bead4 commit 6886071Copy full SHA for 6886071
integrations/mysql.ini.tmpl
@@ -11,7 +11,7 @@ SSL_MODE = disable
11
12
[indexer]
13
ISSUE_INDEXER_TYPE = elasticsearch
14
-ISSUE_INDEXER_CONN_STR = http://elasticsearch:9200
+ISSUE_INDEXER_CONN_STR = http://elastic:changeme@elasticsearch:9200
15
ISSUE_INDEXER_QUEUE_TYPE = noqueue
16
ISSUE_INDEXER_PATH = integrations/indexers-mysql/issues.bleve
17
REPO_INDEXER_ENABLED = true
0 commit comments