mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: better document UMAP_PURGATORY_ROOT
This commit is contained in:
parent
bdf0bee156
commit
928ce8232c
2 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
### New features
|
||||
* 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
|
||||
* 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
|
||||
|
|
|
@ -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
|
||||
`umap purge_purgatory` is run. May be useful in case a user deletes by mistake
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue