File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,22 @@ value = "/Users/alex.clark/Developer/django-mongodb-cli/src/drivers-evergreen-to
158158name = " AWS_PROFILE"
159159value = " 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 ]
162178source = " mongo_migrations"
163179target = " src/django/tests/mongo_migrations"
You can’t perform that action at this time.
0 commit comments