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
diff options
context:
space:
mode:
Diffstat (limited to 'lib/appconfig.php')
-rw-r--r--lib/appconfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/appconfig.php b/lib/appconfig.php
index bc255d22..d418a0ff 100644
--- a/lib/appconfig.php
+++ b/lib/appconfig.php
@@ -16,7 +16,7 @@ use \OCP\IConfig;
class AppConfig{
private $appName = 'richdocuments';
private $defaults = [
- 'wopi_url' => 'http://localhost'
+ 'wopi_url' => 'http://localhost:9980'
];
private $config;