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

@ -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 🆕