Skip to content

Commit

Permalink
Upate contributor link
Browse files Browse the repository at this point in the history
  • Loading branch information
ekarademir committed May 21, 2023
1 parent 3d8113a commit 7dbf7df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A mongo mocking library with an ephemeral MongoDB running in memory.

### v0.2.12

- Ability to invoke locally set up `mongod` [Contribution by @kschniedergers]
- Ability to invoke locally set up `mongod` [Contribution by [@kschniedergers](https://github.com/kschniedergers)]

### v0.2.10

Expand All @@ -30,11 +30,11 @@ There are several ways you can configure `pymongo_inmemory`.
1. Insert a new section titled `pymongo_inmemory` to your project's `setup.cfg`
version you want to spin up:
`ini
[pymongo_inmemory]
operating_system = ubuntu
os_version = 18
mongod_port = 27019
`
[pymongo_inmemory]
operating_system = ubuntu
os_version = 18
mongod_port = 27019
`
2. Define an `ALL_CAPS` environment variables with prefix `PYMONGOIM__` (attention to trailing double
underscores.) For instance, to override the port, set up an environment variable
`PYMONGOIM__MONGOD_PORT`.
Expand Down

0 comments on commit 7dbf7df

Please sign in to comment.