diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-08-29 21:13:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 21:13:30 +0200 |
commit | 825b65e2efe958888380caebbfe8a7ec94b02943 (patch) | |
tree | 26590659d46c82d7703cf217743dc3e2b2174656 /config | |
parent | ad56458c065652844ace530da865161fc2182c6e (diff) | |
parent | 5c3bf436c8d337cc14b104771c9881904ae82bb2 (diff) | |
download | nextcloud-server-825b65e2efe958888380caebbfe8a7ec94b02943.tar.gz nextcloud-server-825b65e2efe958888380caebbfe8a7ec94b02943.zip |
Merge pull request #39978 from joshtrichards/jr-cfg-sample-trystack-remove
(config sample) Remove defunct trystack.org url
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 77783021939..32354966949 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1591,7 +1591,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', |