Versions Compared

Key

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

...

type of file

description

path

setup file

Default location setup file
This file references to the config file.

As an alternative you can set the environment variable to specify the config file location.

Order of validation:

  1. Environment Variable

  2. setup file

~/.das-element/setup.ini

or environment variable:
DASELEMENT_CONFIG_PATH

config file

Default location config file or custom location

~/.das-element/das-element.conf
or some custom location

models

location for machine learning models

~/.das-element/models

log files

for error logs etc.

~/.das-element/logs

preview files

The software creates previews of your elements to increase performance.
If you want to remove the previously created previews, just remove the temp folder

/tmp/das-element
%temp%/das-element

...

Windows
%userprofile%/.das-element/setup.ini

As an alternative you can set the environment variable to specify the config file location.

Order of validation:

  1. Environment Variable (DASELEMENT_CONFIG_PATH)

  2. setup file (setup.ini)

Info

If you want to force the creation of a new setup, simply delete the setup file.

...