From 946940d2809f6a9808b22bd37d1182c53977094e Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 4 Aug 2023 11:40:53 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6731ffa50..4addf90cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ The following sections list the changes for unreleased. The extension mimetype mappings known from rego can now be extended. To do this, ocis must be informed where the mimetype file (apache mime.types file format) is located. - `export OCIS_MACHINE_AUTH_API_KEY=$OCIS_HOME/mime.types` + `export POLICIES_ENGINE_MIMES=OCIS_CONFIG_DIR/mime.types` https://github.com/owncloud/ocis/pull/6869 # Changelog for [3.1.0] (2023-08-02)