Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

list of environment variables that can be set

variable

description

DASELEMENT_LICENSE

alternatively this can be used:
RLM_LICENSE

path to find the license server when running the application
Pattern: {port}@{hostname}
Example 5053@vfx-license
default Port: 5053

DASELEMENT_LOG_LEVEL

set the logging level (default: info)
options: debug | info | warning | critical

DASELEMENT_API_HOST

address to the API server (default: 127.0.01)

DASELEMENT_API_PORT

port to connect to the API server (default: 1810)

DASELEMENT_CACHE_HOST

address to the cache server (default: 127.0.01)

DASELEMENT_CACHE_PORT

port to connect to the cache server (default: 6379)

DASELEMENT_CONFIG_PATH

path to config file

DASELEMENT_RESOURCES

path to resources like presets and hooks

DASELEMENT_THIRD_PARTY_DIR

path to third-party tools like ffmpeg and redis

DASELEMENT_MODEL

path to wit file (machine learning model)

DASELEMENT_WORKER

set number of workers (not for lite version)
Even if set to 0, the software will always start at least one worker to communicate with the database.

RLM_CONNECT_TIMEOUT

license server connection timeout
default: 5 seconds

  • No labels