Fixed typo.
This commit is contained in:
parent
46a7227959
commit
45c8a75f00
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
* Configure Zammad
|
* Configure Zammad
|
||||||
|
|
||||||
* rails r "Setting.set('es_url', 'http://172.0.0.1:9200')"
|
* rails r "Setting.set('es_url', 'http://127.0.0.1:9200')"
|
||||||
|
|
||||||
# optional - es with http basic auth
|
# optional - es with http basic auth
|
||||||
* rails r "Setting.set('es_user', 'elasticsearch')"
|
* rails r "Setting.set('es_user', 'elasticsearch')"
|
||||||
|
|
Loading…
Reference in a new issue