From 5c3bf436c8d337cc14b104771c9881904ae82bb2 Mon Sep 17 00:00:00 2001 From: Josh Richards Date: Sat, 19 Aug 2023 18:15:49 -0400 Subject: [PATCH] (config sample) Remove defunct trystack.org url Fixes nextcloud/documentation#10434 and nextcloud/documentation#9400 Signed-off-by: Josh Richards --- config/config.sample.php | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 210d0a8e8ce34..fc530abd10596 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1578,7 +1578,6 @@ * filesystem and encryption will cause severe overhead because key files need * to be fetched in addition to any requested file. * - * One way to test is applying for a trystack account at http://trystack.org/ */ 'objectstore' => [ 'class' => 'OC\\Files\\ObjectStore\\Swift',