Skip to content

Support configuration via environment variables

Currently all configuration properties are passed as CLI arguments.

That's a bit clunky when users need to pass database connection scripts dynamically (requires wrapper scripts).

It would be nice if the tool could accept configuration arguments via environment variables.