From d4a42b991178e55ead4d271eb35b4378dad84916 Mon Sep 17 00:00:00 2001 From: Roman Perekhod <2403905@gmail.com> Date: Wed, 22 May 2024 09:20:23 +0200 Subject: [PATCH] Update services/storage-users/README.md Co-authored-by: Martin --- services/storage-users/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/storage-users/README.md b/services/storage-users/README.md index 711646a742..641e9aa9ef 100644 --- a/services/storage-users/README.md +++ b/services/storage-users/README.md @@ -173,7 +173,7 @@ ocis storage-users trash-bin purge-expired The behaviour of the `purge-expired` command can be configured by using the following environment variables. -* `STORAGE_USERS_PURGE_TRASH_BIN_USER_ID` +* `STORAGE_USERS_PURGE_TRASH_BIN_USER_ID`\ Used to obtain space trash-bin information and takes the system admin user as the default which is the `OCIS_ADMIN_USER_ID` but can be set individually. It should be noted, that the `OCIS_ADMIN_USER_ID` is only assigned automatically when using the single binary deployment and must be manually assigned in all other deployments. The command only considers spaces to which the assigned user has access and delete permission. * `STORAGE_USERS_PURGE_TRASH_BIN_PERSONAL_DELETE_BEFORE`