Environment Variables

Environment Variables

The environment variables can be set in the file .env, e.g.

CORE_API_AUTH_USERNAME=admin
CORE_API_AUTH_PASSWORD=datarhei
...

.env file and on the command line, the one set on the command line will overrule the one from the .env file.

The currently known environment variables (but not all will be respected) are:

For latest

You can also provide them on the command line, whatever you prefer. If the same environment variable is set in the

Learn more

Last updated