Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
Fix minimal typo, tripping me (and most likely others) during setup. (e.g. #854)
  • Loading branch information
Zottelchen authored Jul 11, 2023
1 parent 1d86160 commit 95575fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Specifies the type of backend to use and its location. More information
on the format used can be found on [the SQLAlchemy
documentation](http://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls).

- **Default value:** `sqlite:///tmp/ihatemoney.db`
- **Default value:** `sqlite:////tmp/ihatemoney.db`
- **Production value:** Set it to some path on your disk. Typically
`sqlite:///home/ihatemoney/ihatemoney.db`. Do *not* store it under
`sqlite:////home/ihatemoney/ihatemoney.db`. Do *not* store it under
`/tmp` as this folder is cleared at each boot.

For example, if you're using MariaDB, use a configuration similar to
Expand Down

0 comments on commit 95575fb

Please sign in to comment.