update documentation

This commit is contained in:
Sam
2021-04-06 14:03:42 +02:00
parent afb302a047
commit 162499fd04
23 changed files with 287 additions and 262 deletions

View File

@ -26,7 +26,7 @@ def setup(app):
# -- Project information -----------------------------------------------------
project = 'FitTrackee'
copyright = '2018 - 2020, SamR1'
copyright = '2018 - 2021, SamR1'
author = 'SamR1'
# The full version, including alpha/beta/rc tags.

View File

@ -108,6 +108,8 @@ deployment method.
| Database URL with username and password, must be initialized in production environment.
| For example in dev environment : ``postgresql://fittrackee:fittrackee@localhost:5432/fittrackee``
.. danger::
| Since SQLAlchemy update (1.4+), engine URL should begin with `postgresql://`.
.. envvar:: DATABASE_DISABLE_POOLING 🆕