FUME_LICENSE
Applies to
- Enterprise
- Designer
Default
- Enterprise: Unset
- Designer: Unset
Examples
# Use the shared .lic file name or path when you want to set it explicitly.
FUME_LICENSE=FUME_Enterprise.lic
# Optional: this can also be a base64-encoded license string.
# FUME_LICENSE=<base64-encoded-license>
Purpose
Supplies the license used by Enterprise and Designer deployments when you want to set it explicitly.
Notes
- Enterprise accepts either a readable license file path or inline base64 license content.
- If
FUME_LICENSEis unset, Enterprise can discover a*.licfile from the working directory. - Designer can use the same shared
.licfile from the working directory and also supports inline base64 content when a physical file is not practical. - Docker deployments often mount one shared
.licfile for both services; in that layout,FUME_LICENSEcan point the server at the mounted file while Designer reads the same file from the working directory. - EXE deployments usually work by placing the
.licfile in the install folder, soFUME_LICENSEis often optional there.