Skip to content

Commit

Permalink
Merge pull request #2967 from andrewbaldwin44/bugfix/web-base-path
Browse files Browse the repository at this point in the history
Fix Web Base Path Env Variable
  • Loading branch information
cyberw authored Nov 6, 2024
2 parents caf1baf + 7af8826 commit d6f91d3
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 d6f91d3

Please sign in to comment.