Appmixer
v4.5
Search
⌃K

Configuration

Appmixer Engine

APP_NAME

The authentication popup windows do contain the Appmixer title by default. If you want to change that, set the APP_NAME env variable in the Appmixer engine.
Example from the docker-compose.yml
engine:
...
environment:
- APP_NAME=ACME
...

LOG_LEVEL

By default set to info. Can be changed to error, warn or debug.

LOG_COMPONENT_DATA_MESSAGE

When set to false, the component's input/output messages won't be logged into Elasticsearch.
Important! Appmixer Insights and Designer log messages won't contain any items if logging data messages are turned off.

APPMIXER_HTTPS_PROXY and APPMIXER_HTTP_PROXY

Setup proxy using these ENV variables. All HTTP(S) requests from Appmixer will be redirected to the proxy URL.