License Key

If you have a license key you need to add it to your config. It should be entered in the LICENSE section using the key option, or it can be put in an external text file referenced by the file option.

key

The license key is a plain text string and should be copied directly to the config file with no line breaks or spaces as follows:

[LICENSE]
key =  <your license key>

The environment variable JINX_LICENSE_KEY may be used instead of setting the license key in the config.

file

Instead of putting the key directly in the config file, it’s also possible to use an external file containing the license key. This is useful if you have a group license and want to manage it centrally by using a singe license file on a shared network drive.

[LICENSE]
file = <path to text file containing your license key>

The environment variable JINX_LICENSE_FILE may be used instead of setting the license file in the config.