mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Update configuration.md
Fix minimal typo, tripping me (and most likely others) during setup. (e.g. #854)
This commit is contained in:
parent
1d861605d4
commit
fc3ceba216
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue