chore: better document UMAP_PURGATORY_ROOT

This commit is contained in:
Yohan Boniface 2024-10-24 18:28:44 +02:00
parent bdf0bee156
commit 928ce8232c
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,8 @@
### New features ### New features
* delete datalayer's files on delete by @yohanboniface in #2158 * delete datalayer's files on delete by @yohanboniface in #2158
- deleted files will be moved to `UMAP_PURGATORY_ROOT`, so set this setting to
somewhere meaningful for your instance (default is `/tmp/umappurgatory`)
* very minimal CSV export of users and maps in admin by @yohanboniface in #2131 * very minimal CSV export of users and maps in admin by @yohanboniface in #2131
* add a setting to prevent users from editing their profile by @davidbgk in #2133 * add a setting to prevent users from editing their profile by @davidbgk in #2133
* allow to search by code INSEE in communes importer by @yohanboniface in #2188 * allow to search by code INSEE in communes importer by @yohanboniface in #2188

View file

@ -287,6 +287,8 @@ How many maps to show in the user "my maps" page.
Path where files are moved when a datalayer is deleted. They will stay there until Path where files are moved when a datalayer is deleted. They will stay there until
`umap purge_purgatory` is run. May be useful in case a user deletes by mistake `umap purge_purgatory` is run. May be useful in case a user deletes by mistake
a datalayer, or even a map. a datalayer, or even a map.
Default is `/tmp/umappurgatory/`, so beware that this folder will be deleted on
each server restart.
#### UMAP_SEARCH_CONFIGURATION #### UMAP_SEARCH_CONFIGURATION