This commit is contained in:
Éloi Rivard 2020-10-23 12:27:50 +02:00
parent ebfbc113a5
commit 3353fb4f9e

View file

@ -52,7 +52,7 @@ You might want to clean up your database to avoid it growing too much. You can r
expired tokens and authorization codes with: expired tokens and authorization codes with:
``` ```
flask clean env CONFIG=/path/to/config.toml FASK_APP=canaille flask clean
``` ```
## Contribute ## Contribute