diff options
-rw-r--r-- | prometheus_pgbouncer_exporter/cli.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prometheus_pgbouncer_exporter/cli.py b/prometheus_pgbouncer_exporter/cli.py index a0b023f..4f55f1e 100644 --- a/prometheus_pgbouncer_exporter/cli.py +++ b/prometheus_pgbouncer_exporter/cli.py @@ -45,6 +45,7 @@ def main(): '--config', is_config_file=True, help='config file path', + env_var='CONFIG', ) p.add( |