Skip to content

Commit

Permalink
Default PGHOST to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Mar 9, 2022
1 parent b9dedbb commit e7a6e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust_plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def add_checks_arguments(parser: configargparse.ArgumentParser):
type=str,
help="",
env_var="PGHOST",
default="",
default="localhost",
)
locust_dashboards.add_argument(
"--pgport",
Expand Down

0 comments on commit e7a6e88

Please sign in to comment.