Configuration
Last updated
Last updated
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
By default set to info
. Can be changed to error
, warn
or debug
.
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.
Set up a proxy using these ENV variables. All HTTP(S) requests from Appmixer will be redirected to the proxy URL.
Most of the connectors in Appmixer require user authentication. That can be represented as OAuth access tokens, API keys, or username/password combinations.
If you want (and you should) to enable token encryption, set the ENCRYPTION_ENABLED environment variable to true
. Then you have to set the ENCRYPTION_SECRET environment variable. These variables cannot be set through the Backoffice.
If you lose the encryption secret, you will not be able to recover the encrypted tokens.