Skip to content

Commit

Permalink
Merge pull request #24 from hallieswan/IT-4241
Browse files Browse the repository at this point in the history
IT-4241: fix typo
  • Loading branch information
hallieswan authored Jan 30, 2025
2 parents 73c5f3d + 8a9a7e9 commit 6488af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"NODE_ENV": "development",
"MONGODB_PORT": f"{mongodb_port}",
"MONGODB_NAME": "agora",
"MONDODB_USER": docdb_master_username,
"MONGODB_USER": docdb_master_username,
"MONGODB_HOST": docdb_stack.cluster.cluster_endpoint.hostname,
},
container_secrets=[
Expand Down

0 comments on commit 6488af7

Please sign in to comment.