Skip to content

Commit 1104b42

Browse files
committed
chore: update README.md
1 parent 483eb2e commit 1104b42

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,8 @@ For more information see:
615615
- https://hexdocs.pm/mix/1.14/Mix.Tasks.Release.html
616616

617617
### Configuration:
618-
You need to configure the migration module and specify at least the `:otp_app` and `:topology` values:
618+
You need to configure the migration module and specify at least the `:otp_app` and `:topology` values. Here are the
619+
default values:
619620

620621
config :mongodb_driver,
621622
migration:
@@ -628,7 +629,7 @@ You need to configure the migration module and specify at least the `:otp_app` a
628629

629630
The following options are available:
630631
* `:collection` - Version numbers of migrations will be saved in a collection named `migrations` by default.
631-
* `:path` - the priv directory for migrations. `:path` defaults to "mongo/migrations" and migrations should be placed at "priv/mongo/migrations"
632+
* `:path` - the `priv` directory for migrations. `:path` defaults to "mongo/migrations" and migrations should be placed at "priv/mongo/migrations"
632633
* `:otp_app` - the name of the otp_app to resolve the `priv` folder, defaults to `:mongodb_driver`. In most cases you use your application name.
633634
* `:topology` - the topology for running the migrations, `:topology` defaults to `:mongo`
634635

@@ -948,7 +949,7 @@ Special thanks to [JetBrains](https://www.jetbrains.com/?from=elixir-mongodb-dri
948949
## Copyright and License
949950

950951
Copyright 2015 Eric Meadows-Jönsson and Justin Wood \
951-
Copyright 2019 - 2022 Michael Maier
952+
Copyright 2019 - present Michael Maier
952953

953954
Licensed under the Apache License, Version 2.0 (the "License");
954955
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)