Skip to content

Commit

Permalink
Fix web base path env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbaldwin44 committed Nov 6, 2024
1 parent caf1baf commit 7af8826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust/argument_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def setup_parser_arguments(parser):
type=str,
default="",
help="Base path for the web interface (e.g., '/locust'). Default is empty (root path).",
env_var="LOCUST_web_base_path",
env_var="LOCUST_WEB_BASE_PATH",
)

tag_group = parser.add_argument_group(
Expand Down

0 comments on commit 7af8826

Please sign in to comment.