Versions Compared

Key

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

...

For Linux the folder for temporary files (e.g. temp-previews of the ingest view) is in the users home directory:
~/tmp/das-element
If you disk space is running full, please make sure to also check this directory and delete files from time to time if needed.

Environment variables

In the Users home directory there is a file called: variables.env
This file will be read before the software start. Add all the environment variables you need in that file.

Code Block
~/.das-element/variables.env

Example content:

Code Block
#### point to the license server
DASELEMENT_LICENSE=5053@your-license-server

#### path to the config file (.conf)
DASELEMENT_CONFIG_PATH=/mnt/server/das-element.conf

#### path to the resources folder, for presets, hooks, etc.
DASELEMENT_RESOURCES=/mnt/server/shared_folder/das-element_resources