Skip to main content

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_LICENSE is unset, Enterprise can discover a *.lic file from the working directory.
  • Designer can use the same shared .lic file from the working directory and also supports inline base64 content when a physical file is not practical.
  • Docker deployments often mount one shared .lic file for both services; in that layout, FUME_LICENSE can point the server at the mounted file while Designer reads the same file from the working directory.
  • EXE deployments usually work by placing the .lic file in the install folder, so FUME_LICENSE is often optional there.