Skip to content

Commit d99365f

Browse files
authored
Merge branch 'main' into main
2 parents 3f7efa4 + c843602 commit d99365f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,22 @@ value = "/Users/alex.clark/Developer/django-mongodb-cli/src/drivers-evergreen-to
158158
name = "AWS_PROFILE"
159159
value = "my-profile"
160160

161+
[[tool.django-mongodb-cli.test.django.env_vars]]
162+
name = "MONGODB_URI"
163+
value = "mongodb://localhost:64437/?directConnection=true"
164+
165+
[[tool.django-mongodb-cli.run.mongo-python-driver.env_vars]]
166+
name = "DRIVERS_TOOLS"
167+
value = "/Users/alex.clark/Developer/django-mongodb-cli/src/drivers-evergreen-tools"
168+
169+
[[tool.django-mongodb-cli.run.mongo-python-driver.env_vars]]
170+
name = "MONGODB_URI"
171+
value = "mongodb://localhost:64437/?directConnection=true"
172+
173+
[[tool.django-mongodb-cli.run.mongo-python-driver.env_vars]]
174+
name = "AWS_PROFILE"
175+
value = "my-profile"
176+
161177
[tool.django-mongodb-cli.test.django.migrations_dir]
162178
source = "mongo_migrations"
163179
target = "src/django/tests/mongo_migrations"

0 commit comments

Comments
 (0)