From 492da79b09a932bb730b777776a0712e1f9e8283 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Wed, 13 Oct 2021 16:50:28 +0200 Subject: [PATCH] add changelog item --- changelog/unreleased/create-space-quota.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/create-space-quota.md diff --git a/changelog/unreleased/create-space-quota.md b/changelog/unreleased/create-space-quota.md new file mode 100644 index 0000000000..31243fc048 --- /dev/null +++ b/changelog/unreleased/create-space-quota.md @@ -0,0 +1,6 @@ +Change: Configurable default quota + +When creating a new space a (configurable) default quota will be used (instead the hardcoded one) +One can set the EnvVar `GRAPH_SPACES_DEFAULT_QUOTA` to configure it + +https://jira.owncloud.com/browse/OCIS-2070