We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7882a01 commit 224bd01Copy full SHA for 224bd01
README.md
@@ -42,7 +42,7 @@ config :my_app,
42
ecto_repos: [MyApp.Repo]
43
44
config :my_app, MyApp.Repo,
45
- database: "path/to/my/database.db",
+ database: "path/to/my/database.db"
46
```
47
48
## Database Encryption
0 commit comments