Server Environment for Elasticsearch Views Exporter
This module is based on the server_environment module to use files for configuration. Thus we can have a different configuration for each environment (dev, test, staging, prod). This module defines the config variables for the elasticsearch_view_export module.
In the configuration file, you can configure the host address of the Elasticsearch server.
Exemple of the section to put in the configuration file:
[elasticsearch_host.code_of_the_host] host = http://localhost:9200
Please log in to comment on this module