Skip to content

Commit

Permalink
Maintenance: Fix typo for elasticsearch password
Browse files Browse the repository at this point in the history
This also affects main.
  • Loading branch information
MrGeneration authored Nov 12, 2024
1 parent 9250464 commit 8bf3c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/elasticsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Elasticsearch user and password (only for Elasticsearch >= 8)
# Set Elasticsearch user and password
$ zammad run rails r "Setting.set('es_user', 'elastic')"
$ zammad run rails r "Setting.set('password', '<password>')"
$ zammad run rails r "Setting.set('es_password', '<password>')"
Add certificate to Zammad (only for Elasticsearch >= 8)
Show and copy the auto-generated certificate from Elasticsearch and add it
Expand Down

0 comments on commit 8bf3c41

Please sign in to comment.