[LICENSE]
key = license key
file = path to shared license key file
If you have a PyXLL license key you should set it in [LICENSE]
section of the config file.
The license key may be embedded in the config as a plain text string, or it can be referenced as an external file containing the license key. This can be useful for group licenses so that the license key can be managed centrally without having to update each user’s configuration when it is renewed.
key
Plain text license key as provided when you purchased PyXLL.
This does not need to be set if you are setting file.
The environment variable PYXLL_LICENSE_KEY can be used instead of setting this in the config file.
file
Path or URL of a plain text file containing the license key as provided when you purchased PyXLL.
The file may contain comment lines starting with #.
This does not need to be set if you are setting key.
The environment variable PYXLL_LICENSE_FILE can be used instead of setting this in the config file.