diff options
author | Simon L. <szaimen@e.mail.de> | 2025-05-06 10:59:10 +0200 |
---|---|---|
committer | Simon L. <szaimen@e.mail.de> | 2025-05-06 10:59:10 +0200 |
commit | 387877c03e74d085ba0b23cc8f249ce96f0667b8 (patch) | |
tree | 1e88331f1d33f2e0a25786e8bb3178e1ed53a143 | |
parent | cd9f0350b0c8201b528f5f86883e68928018e512 (diff) | |
download | nextcloud-server-enh/noid/test-ci.tar.gz nextcloud-server-enh/noid/test-ci.zip |
test CI with redis 8.0enh/noid/test-ci
Signed-off-by: Simon L. <szaimen@e.mail.de>
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index ac15d9f5aeb..d4298503027 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2306,6 +2306,8 @@ $CONFIG = [ */ 'external_storage.auth_availability_delay' => 1800, +// test + /** * Allows to create external storages of type "Local" in the web interface and APIs. * |