Skip to content

Commit

Permalink
remove credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Feb 23, 2024
1 parent 35862a4 commit d69a822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmdc_automation/re_iding/scripts/re_id_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def process_records(ctx, study_id, data_dir, update_links=False):
is_flag=True,
default=False,
)
@click.option("--mongo-uri",required=False, default="mongodb://mbthornton-napa:wildlife-nutrient-radiator@localhost:37020",)
@click.option("--mongo-uri",required=False, default="mongodb://localhost:37020",)
@click.option(
"--is-direct-connection",
type=bool,
Expand Down

0 comments on commit d69a822

Please sign in to comment.