From fc3ceba21672e74c94402a676bc6a614971e7be3 Mon Sep 17 00:00:00 2001 From: Zottelchen <5148555+Zottelchen@users.noreply.github.com> Date: Tue, 11 Jul 2023 04:34:36 +0200 Subject: [PATCH] Update configuration.md Fix minimal typo, tripping me (and most likely others) during setup. (e.g. #854) --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index d0d2b3bb..70f3a4e1 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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