diff options
author | Josh Richards <josh.t.richards@gmail.com> | 2023-08-19 18:15:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-19 18:15:49 -0400 |
commit | 5c3bf436c8d337cc14b104771c9881904ae82bb2 (patch) | |
tree | 1553f081eedb26be5c50db87ba2fe6312cdd68c8 /config | |
parent | 8814080af3e614ec1477c3da526319856edecd86 (diff) | |
download | nextcloud-server-5c3bf436c8d337cc14b104771c9881904ae82bb2.tar.gz nextcloud-server-5c3bf436c8d337cc14b104771c9881904ae82bb2.zip |
(config sample) Remove defunct trystack.org url
Fixes nextcloud/documentation#10434 and nextcloud/documentation#9400
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 210d0a8e8ce..fc530abd105 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1578,7 +1578,6 @@ $CONFIG = [ * 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', |