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:
authorHenry Castro <hcastro@collabora.com>2016-03-16 02:24:34 +0300
committerHenry Castro <hcastro@collabora.com>2016-03-16 02:24:34 +0300
commite6bda70834f45480a6075ae7f5cd66a3c096b271 (patch)
tree391af66e733b7dca5f12fef06a94e013038d6623 /lib
parentfc1126506b899bb15415be5f911b9c207e559c80 (diff)
Application config, set default port 9980
Diffstat (limited to 'lib')
-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;