Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set environment variable DASELEMENT_LICENSE - as a fallback the variable RLM_LICENSE will be used.
Should look something like this: {port}@{hostname}. The default port is 5053

Linux

export DASELEMENT_LICENSE=5053@your-license-server

Windows

setx DASELEMENT_LICENSE "5053@your-license-server”

Mac

launchctl setenv DASELEMENT_LICENSE 5053@your-license-server

License config file (option 1)

...