Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/appconfig.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/appconfig.php b/lib/appconfig.php
index f50b019b..bc255d22 100644
--- a/lib/appconfig.php
+++ b/lib/appconfig.php
@@ -16,8 +16,7 @@ use \OCP\IConfig;
class AppConfig{
private $appName = 'richdocuments';
private $defaults = [
- 'unstable' => 'false',
- 'wopi_url' => 'htpp://localhost'
+ 'wopi_url' => 'http://localhost'
];
private $config;