Link Search Menu Expand Document Documentation Menu

License Settings

In order to configure your license with Lucenia, you can set the following settings in the lucenia.yml configuration file:

plugins:
  license:
    certificate_filepath: "config/license.crt"

The certificate_filepath setting specifies the path to the license certificate file. The license certificate file is a .crt file that contains the license certificate. The license certificate file is generated when you activate a license. You can upload the license certificate file to the config directory of your Lucenia installation.

docker run \
  -p 9200:9200 -p 9600:9600 \
  -e "discovery.type=single-node" \
  -e "plugins.license.certificate_filepath=config/license.crt" \
  -v /path/to/custom-lucenia.yml:/usr/share/lucenia/config/lucenia.yml \
  -v /path/to/license.crt:/usr/share/lucenia/config/license.crt \
  lucenia/lucenia:0.1.0
350 characters left

Have a question? .