Skip to content
Snippets Groups Projects
elasticsearch.conf 247 B
jobs:
  - name: local
    url: http://127.0.0.1:9200
{% if elasticsearch is defined and elasticsearch.users is defined and elasticsearch.users.elastic is defined %}
    username: elastic
    password: {{ elasticsearch.users.elastic }}
{% endif %}