Skip to content
Snippets Groups Projects
Commit 680de326f545 authored by Arthur Lutz's avatar Arthur Lutz
Browse files

[site_cubicweb] add options to contact elasticsearch to config

parent 0eaa31e10dc0
No related branches found
No related tags found
No related merge requests found
options = (
('elasticsearch-locations',
{'type': 'string',
'default': '',
'help': 'Elastic Search location (eg. 192.168.0.23:9200), '
'this can be a list of locations (192.168.0.23:9200,192.168.0.24:9200,'
' you can also include the scheme (eg. http://192.168.0.23:9200) ',
'group': 'elasticsearch',
'level': 5,
}),
('index-name',
{'type': 'string',
'default': 'cubicweb',
'help': 'Elastic Search index name (eg. cubicweb)',
'group': 'elasticsearch',
'level': 5,
}),
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment