Versions Compared

Key

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

list of environment variables that can be set

variable

description

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_RESOURCE_DIR

path to resources like presets

DASELEMENT_LOG_LEVELset the logging level (default: info)
options: debug | info | warning | critical 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
Even if set to 0, the software will always start at least one worker.