Skip to content

Commit

Permalink
Update README.md (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekarademir authored Jul 5, 2023
1 parent d219cf1 commit b2eec60
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 @@ -28,12 +28,12 @@ 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
`
```ini
[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 b2eec60

Please sign in to comment.