aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJocelynDelalande <JocelynDelalande@users.noreply.github.com>2017-09-06 10:26:48 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2017-09-06 10:26:48 +0200
commit40dda536071ecda072a79cdb94b25851ad56ac76 (patch)
treea0a0243023df368425f09a666e1b920a084c2b65 /docs
parent7a918c93498c2eb4f85b3b0198c03f3c2edf51fe (diff)
downloadihatemoney-mirror-40dda536071ecda072a79cdb94b25851ad56ac76.zip
ihatemoney-mirror-40dda536071ecda072a79cdb94b25851ad56ac76.tar.gz
ihatemoney-mirror-40dda536071ecda072a79cdb94b25851ad56ac76.tar.bz2
Fix default SQLALCHEMY_DATABASE_URI value in doc (#267)
Reality-sync with default_settings.py Not fixing the whole table layout because - my text editor doesn't do it ; - I'm too lazy ; - #251 is IMHO the real way to this issue :)
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index dcc6231..3f2c653 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -92,12 +92,12 @@ properly.
.. warning:: You **must** customize the ``SECRET_KEY`` on a production installation.
-+-------------------------------+---------------------------+----------------------------------------------------------------------------------------+
-| Setting name | Default | What does it do? |
-+===============================+===========================+========================================================================================+
-| SQLALCHEMY_DATABASE_URI | ``sqlite:///budget.db`` | 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>`_. |
++-------------------------------+---------------------------------+----------------------------------------------------------------------------------+
+| Setting name | Default | What does it do? |
++===============================+=================================+==================================================================================+
+| SQLALCHEMY_DATABASE_URI | ``sqlite:///tmp/ihatemoney.db`` | 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>`_. |
+-------------------------------+---------------------------+----------------------------------------------------------------------------------------+
| SECRET_KEY | ``tralala`` | The secret key used to encrypt the cookies. **This needs to be changed**. |
+-------------------------------+---------------------------+----------------------------------------------------------------------------------------+